Coordinate3D

constructor(x: Int, y: Int, z: Int)

Constructs a 3D Coordinate.

Parameters

x

X Value

y

Y Value

z

Z Value


constructor(xyz: IntArray)
constructor(xyz: DoubleArray)

Constructs a 3D Coordinate.

Parameters

xyz

Array of X, Y, and Z Values


constructor(x: Double, y: Double, z: Double)