A 2d exact arithmetic orientation predicate.
Namespace:
ceometric.ComputationalGeometry
Assembly:
ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Orient2d_exact ( _
pa As Point, _
pb As Point, _
point As Point _
) As Double |
Return Value
This predicate is
- positive if pa, pb and point occur in counterclockwise orientation.
- zero if pa, pb and point are collinear.
- negative if pa, pb and point occur in clockwise orientation.
See Also