Point2D.zero constructor

Point2D.zero()

Creates a new instance.

Implementation

Point2D.zero()
    : x = 0.0, y = 0.0;