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

Interface for a ambiguous 3D coordinate. Ambiguous meaning that it doesn't explicitly tell which coordinate system it belongs to.

Intended to be used with translateCoordinate.

Type declaration

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