Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Coord3D

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

Required properties:

Index

Properties

Properties

Readonly x

x : number

Location in X-dimension.

Readonly y

y : number

Location in Y-dimension.

Readonly z

z : number

Location in Z-dimension.