Point3.zero constructor

Point3.zero()

Creates a new Point3 at the coordinate origin.

Implementation

Point3.zero() : super.zero();