CADability dotNET
Returns true, if this point is left of the given line.

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

Syntax

C#
public bool IsLeftOf(
	GeoPoint2D from,
	GeoPoint2D to
)
Visual Basic
Public Function IsLeftOf ( _
	from As GeoPoint2D, _
	to As GeoPoint2D _
) As Boolean
Visual C++
public:
bool IsLeftOf(
	GeoPoint2D from, 
	GeoPoint2D to
)

Parameters

from
Type: CADability..::..GeoPoint2D
Startpoint of the line
to
Type: CADability..::..GeoPoint2D
Endpoint of the line

Return Value

true if left

See Also