|
Orientation
|
orientation ( Point_2<Kernel> p, Point_2<Kernel> q, Point_2<Kernel> r)
|
| |
returns LEFT_TURN, if lies to the left of the oriented
line defined by and , returns RIGHT_TURN if
lies to the right of , and returns COLLINEAR if lies
on .
|
|
|
Orientation
|
orientation ( Vector_2<Kernel> u, Vector_2<Kernel> v)
|
| |
returns LEFT_TURN if and form a left turn,
returns RIGHT_TURN if and form a right turn,
and returns COLLINEAR if and are collinear.
|
|
|
Orientation
|
orientation ( Point_3<Kernel> p, Point_3<Kernel> q, Point_3<Kernel> r, Point_3<Kernel> s)
|
| |
returns POSITIVE, if lies on the positive side of the oriented
plane defined by , , and , returns NEGATIVE if
lies on the negative side of , and returns COPLANAR if lies
on .
|
|
|
Orientation
|
orientation ( Vector_3<Kernel> u, Vector_3<Kernel> v, Vector_3<Kernel> w)
|
| |
returns POSITIVE if , and are positively oriented,
returns NEGATIVE if , and are negatively oriented,
and returns COPLANAR if , and are coplanar.
|