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
| Constructor | Description |
|---|---|
| init | Constructor for Point3D from separate X,Y,Z coordinates |
| init | Constructs a new instance of Point3D |
Properties
| Property | Description |
|---|---|
| X | X coordinate |
| Y | Y coordinate |
| Z | Z coordinate |