Position: {
    x: number;
    y: number;
    z: number;
}

Represents a position in 3D space with x, y, and z coordinates.

Type declaration

  • x: number
  • y: number
  • z: number

Generated using TypeDoc