Click or drag to resize

PointD3DDistanceSquaredTo Method

Calculates the squared distance between this point and another point.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double DistanceSquaredTo(
	PointD3D p
)

Parameters

p  PointD3D
Other point.

Return Value

Double
The distance between this point and point p.
See Also