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