CADability dotNET
Returns the perpendicular foot point of point p on the line through s with direction v

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

Syntax

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

Parameters

p
Type: CADability..::..GeoPoint
s
Type: CADability..::..GeoPoint
Startpoint of the line
v
Type: CADability..::..GeoVector
Direction of the line

Return Value

Footpoint

See Also