Point3D
Description
Represents three-dimensional point in the Cartesian system.
 struct Point3D
    {
		float x;
		float y;
		float z;
    };
Represents three-dimensional point in the Cartesian system.
 struct Point3D
    {
		float x;
		float y;
		float z;
    };