startPoint property

Coordinate get startPoint

Implementation

Coordinate get startPoint
{
  return new Coordinate(x0, y0);
}