Point3D

Description

Represents three-dimensional point in the Cartesian system.

 struct Point3D
    {
		real x;
		real y;
		real z;
    };

Structure Fields

Type fields and default values (if defined) are described below:

Name Type Description
X Real
Y Real
Z Real

See also