CADability dotNET
Returns the orientation of the provided point. The sign of the result may be used to distinguish between inside and outside.

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

Syntax

C#
double Orientation(
	GeoPoint p
)
Visual Basic
Function Orientation ( _
	p As GeoPoint _
) As Double
Visual C++
double Orientation(
	GeoPoint p
)

Parameters

p
Type: CADability..::..GeoPoint

Return Value

See Also