|
CGAL 6.2 - 2D and 3D Linear Geometry Kernel
|
AdaptableTernaryFunction CGAL::compare_scalar_product() Operations | |
A model of this concept must provide: | |
| Comparison_result | operator() (const Kernel::Vector_3 &u, const Kernel::Vector_3 &v, const Kernel::FT &sp) |
returns CGAL::LARGER iff the scalar product of u and v is larger than the scalar product sp, CGAL::SMALLER, iff it is smaller, and CGAL::EQUAL iff both are equal. | |
| Comparison_result | operator() (const Kernel::Vector_3 &u, const Kernel::Vector_3 &v, const Kernel::Vector_3 &w, const Kernel::Vector_3 &x) |
returns CGAL::LARGER iff the scalar product of u and v is larger than the scalar product of w and x, CGAL::SMALLER, iff it is smaller, and CGAL::EQUAL iff both are equal. | |