Point3D.zero constructor

Point3D.zero()

Constructs Point3D instance at coordinate system's origin.

Implementation

Point3D.zero()
    : x = 0.0, y = 0.0, z = 0.0;