Mappoint.zero constructor
const
Mappoint.zero()
Creates a new Mappoint at the origin (0,0).
Implementation
const Mappoint.zero() : x = 0, y = 0;
Creates a new Mappoint at the origin (0,0).
const Mappoint.zero() : x = 0, y = 0;