GeoPoint3m.origin constructor

const GeoPoint3m.origin()

A geographic position at the origin (0.0, 0.0, 0.0, 0.0).

Implementation

const GeoPoint3m.origin()
    : m = 0.0,
      super.origin();