Type alias CartesianPoint

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

Cartesian Coordinate of a point.

Positive X-Axis is north.

Type declaration

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

Generated using TypeDoc