CADability dotNET
Returns the perpendicular foot point of point p on the line (s,e)

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

Syntax

C#
public static GeoPoint DropPL(
	GeoPoint p,
	GeoPoint s,
	GeoPoint e
)
Visual Basic
Public Shared Function DropPL ( _
	p As GeoPoint, _
	s As GeoPoint, _
	e As GeoPoint _
) As GeoPoint
Visual C++
public:
static GeoPoint DropPL(
	GeoPoint p, 
	GeoPoint s, 
	GeoPoint e
)

Parameters

p
Type: CADability..::..GeoPoint
s
Type: CADability..::..GeoPoint
Startpoint of the line
e
Type: CADability..::..GeoPoint
Endpoint of the line

Return Value

Footpoint

See Also