#include <CGAL/Weights/uniform_weights.h>
This weight is always equal to 1.
- Template Parameters
-
|
template<typename GeomTraits > |
GeomTraits::FT | CGAL::Weights::uniform_weight (const typename GeomTraits::Point_2 &, const typename GeomTraits::Point_2 &, const typename GeomTraits::Point_2 &, const typename GeomTraits::Point_2 &, const GeomTraits &) |
| this function always returns 1, given four points in 2D and a traits class with geometric objects, predicates, and constructions.
|
|
template<typename GeomTraits > |
GeomTraits::FT | CGAL::Weights::uniform_weight (const typename GeomTraits::Point_3 &, const typename GeomTraits::Point_3 &, const typename GeomTraits::Point_3 &, const typename GeomTraits::Point_3 &, const GeomTraits &) |
| this function always returns 1, given four points in 3D and a traits class with geometric objects, predicates, and constructions.
|
|
template<typename K > |
K::FT | CGAL::Weights::uniform_weight (const CGAL::Point_2< K > &, const CGAL::Point_2< K > &, const CGAL::Point_2< K > &, const CGAL::Point_2< K > &) |
| this function always returns 1, given four points in 2D which are parameterized by a Kernel K.
|
|
template<typename K > |
K::FT | CGAL::Weights::uniform_weight (const CGAL::Point_3< K > &, const CGAL::Point_3< K > &, const CGAL::Point_3< K > &, const CGAL::Point_3< K > &) |
| this function always returns 1, given four points in 3D which are parameterized by a Kernel K.
|
|