PointD3DDistanceSquaredTo Method |
Calculates the squared distance between this point and another point.
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double DistanceSquaredTo(
PointD3D p
)
Parameters
- p PointD3D
- Other point.
Return Value
DoubleThe distance between this point and point p.
See Also