PointD3DDistanceSquared Method |
Calculates the squared distance between two points.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double DistanceSquared(
PointD3D p1,
PointD3D p2
)
Parameters
- p1 PointD3D
- First point.
- p2 PointD3D
- Second point.
Return Value
DoubleThe distance between points p1 and p2.
See Also