Point

Point data structure represents a point in the 3D space. A point is represented by Point object.

Constructor

Point

Parameters

Name Type descri[tion
x Number offset from origin on the X axis
y Number Offset fron origin on the Y axis
z Number Offset fron origin on the Z axis