CGAL 5.0.3 - 2D and 3D Linear Geometry Kernel
|
Functions | |
template<typename Kernel > | |
Kernel::FT | CGAL::scalar_product (const CGAL::Vector_2< Kernel > &u, const CGAL::Vector_2< Kernel > &v) |
returns the scalar product of u and v . | |
template<typename Kernel > | |
Kernel::FT | CGAL::scalar_product (const CGAL::Vector_3< Kernel > &u, const CGAL::Vector_3< Kernel > &v) |
returns the scalar product of u and v . | |