Interface IPoint3

A three-dimensional point in space. Z is optional and will default to 0 if undefined.

Date

3/14/2023 - 12:10:22 PM

Export

Interface

IPoint3

Hierarchy

Properties

x y z?

Properties

x: number
y: number
z?: number

Generated using TypeDoc