Searched defs:distSqrd (Results 1 – 1 of 1) sorted by relevance
4339 const IntPoint& pt2, const IntPoint& pt3, double distSqrd) in SlopesNearCollinear()4365 bool PointsAreClose(IntPoint pt1, IntPoint pt2, double distSqrd) in PointsAreClose()4405 double distSqrd = distance * distance; in CleanPolygon() local