| PointD3DDistanceSquared Method | 
            Calculates the squared distance between two points.
            
Namespace: Altaxo.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic 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
See Also