|
Orientation
|
fo.operator() ( Kernel::Point_3 p, Kernel::Point_3 q, Kernel::Point_3 r, Kernel::Point_3 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
|
fo.operator() ( Kernel::Vector_3 u, Kernel::Vector_3 v, Kernel::Vector_3 w)
|
| |
returns POSITIVE if , and are positively oriented,
returns NEGATIVE if , and are negatively oriented,
and returns COPLANAR if , and are coplanar.
|
|
|
Orientation
|
fo.operator() ( Kernel::Sphere_3 s)
|
| |
returns the orientation of the sphere s.
|