Point3D
Description
Represents three-dimensional point in the Cartesian system.
struct Point3D
{
float x;
float y;
float z;
};
Structure Fields
Type fields and default values (if defined) are described below:
| Name | Type | Description |
|---|---|---|
| X | Real | |
| Y | Real | |
| Z | Real |
