Interface IVec3

Contains a description of a vector.

Hierarchy

  • IVec3

Properties

x y z

Properties

x: number

X component of this vector.

y: number

Y component of this vector.

z: number

Z component of this vector.