MappointRelative.zero constructor

const MappointRelative.zero()

Creates a new MappointRelative at the origin (0,0).

Implementation

const MappointRelative.zero() : dx = 0, dy = 0;