Click or drag to resize

PointD3DDistanceTo Method

Calculates the 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 DistanceTo(
	PointD3D p
)

Parameters

p  PointD3D
Other point.

Return Value

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