Point3D class

Point3D class

Structure that defines a point in 3D space with X,Y and Z coordinates

The Point3D type exposes the following members:

Constructors

ConstructorDescription
initConstructor for Point3D from separate X,Y,Z coordinates
initConstructs a new instance of Point3D

Properties

PropertyDescription
XX coordinate
YY coordinate
ZZ coordinate

See Also