Interface Vector3

Contains a description of a vector.

Hierarchy

  • Vector3

Properties

x y z

Properties

x: number

Remarks

X component of this vector.

y: number

Remarks

Y component of this vector.

z: number

Remarks

Z component of this vector.