Interface for a data-structure which represents a 3-dimensional location.

Required properties:

  • x | coordinate along X Axis.
  • y | coordinate along Y Axis.
  • z | coordinate along Z Axis.

Hierarchy

  • Coord3D

Properties

x y z

Properties

x: number

Location in X-dimension.

y: number

Location in Y-dimension.

z: number

Location in Z-dimension.