Skip to main content

Vec3

Description:

  A record representing a 3D vector with x, y and z components.

Class Object: Vec3 Class.

Inherits from: ContainerItem.

x

Type: Field.

Description:

  The x-component of the vector.

Signature:

x: number

y

Type: Field.

Description:

  The y-component of the vector.

Signature:

y: number

z

Type: Field.

Description:

  The z-component of the vector.

Signature:

z: number