gis-tools-ts - v0.6.0
Preparing search index...
index
orient2dfastVector
Function orient2dfastVector
orient2dfastVector
(
a
:
VectorPoint
,
b
:
VectorPoint
,
c
:
VectorPoint
)
:
number
Parameters
a
:
VectorPoint
first point
b
:
VectorPoint
second point
c
:
VectorPoint
comparison point
Returns
number
a positive value if the points a, b, and c occur in counterclockwise order (c lies to the left of the directed line defined by points a and b).
Returns a negative value if they occur in clockwise order (c lies to the right of the directed line ab).
Returns zero if they are collinear.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
gis-tools-ts - v0.6.0
Loading...
first point