Interface for a immutable data-structure which defines a location along the XZ plane, without any Y information.

Hierarchy

  • PointXZ

Properties

x z

Properties

x: number

Location in X-dimension.

z: number

Location in Z-dimension.