A Vector3 is any object that has x, y and z properties. These can be Point instances, plain object literals or 3D vector classes from other third-party math libraries.
x
y
z
The x coordinate of the 3D vector
The y coordinate of the 3D vector
The z coordinate of the 3D vector
A Vector3 is any object that has
x
,y
andz
properties. These can be Point instances, plain object literals or 3D vector classes from other third-party math libraries.