ClipperDistanceSqr Method |
Returns the squared distance between two integer points.
Namespace: Clipper2LibAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static double DistanceSqr(
Point64 pt1,
Point64 pt2
)
Parameters
- pt1 Point64
- The first point.
- pt2 Point64
- The second point.
Return Value
DoubleThe squared distance between the points.
See Also