Vector3

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

Parameters

x

The value on the x-axis

y

The value on the y-axis

z

The value on the z-axis