A 3D vector / point in world space.

Example

const position: Vector3Data = { x: 0, y: 1.6, z: 0 };

Hierarchy

Properties

x y z

Properties

x: number

X component.

y: number

Y component (up).

z: number

Z component.