CADability dotNET
Returns the distance of the two points

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static double operator |(
	GeoPoint2D p1,
	GeoPoint2D p2
)
Visual Basic
Public Shared Operator Or ( _
	p1 As GeoPoint2D, _
	p2 As GeoPoint2D _
) As Double
Visual C++
public:
static double operator |(
	GeoPoint2D p1, 
	GeoPoint2D p2
)

Parameters

p1
Type: CADability..::..GeoPoint2D
first point
p2
Type: CADability..::..GeoPoint2D
second point

Return Value

the distance

See Also