Coordinate.empty2D constructor

Coordinate.empty2D()

Constructs a Coordinate at (0,0,NaN).

Implementation

Coordinate.empty2D() : this(0.0, 0.0);