squaredDistance method

double squaredDistance(
  1. Coordinate b
)

Implementation

double squaredDistance(Coordinate b)
{
  return squaredDistanceFrom(this, b);
}