Point3D.zero constructor
Constructs Point3D instance at coordinate system's origin.
Implementation
Point3D.zero()
: x = 0.0, y = 0.0, z = 0.0;
Constructs Point3D instance at coordinate system's origin.
Point3D.zero()
: x = 0.0, y = 0.0, z = 0.0;