Click or drag to resize

ClipperDistanceSqr Method

Returns the squared distance between two integer points.

Namespace: Clipper2Lib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double DistanceSqr(
	Point64 pt1,
	Point64 pt2
)

Parameters

pt1  Point64
The first point.
pt2  Point64
The second point.

Return Value

Double
The squared distance between the points.
See Also