| CGAL 4.4 - 2D and 3D Linear Geometry Kernel | 
AdaptableFunctor (with three arguments) | Operations | |
| Kernel::Point_2 | operator() (const Kernel::Point_2 &p1, const Kernel::FT &w1, const Kernel::Point_2 &p2) | 
| compute the barycenter of the points p1andp2with corresponding weightsw1and1-w1.  More... | |
| Kernel::Point_2 | operator() (const Kernel::Point_2 &p1, const Kernel::FT &w1, const Kernel::Point_2 &p2, const Kernel::FT &w2) | 
| compute the barycenter of the points p1andp2with corresponding weightsw1andw2.  More... | |
| Kernel::Point_2 | operator() (const Kernel::Point_2 &p1, const Kernel::FT &w1, const Kernel::Point_2 &p2, const Kernel::FT &w2, const Kernel::Point_2 &p3) | 
| compute the barycenter of the points p1,p2andp3with corresponding weightsw1,w2and1-w1-w2.  More... | |
| Kernel::Point_2 | operator() (const Kernel::Point_2 &p1, const Kernel::FT &w1, const Kernel::Point_2 &p2, const Kernel::FT &w2, const Kernel::Point_2 &p3, const Kernel::FT &w3) | 
| compute the barycenter of the points p1,p2andp3with corresponding weightsw1,w2andw3.  More... | |
| Kernel::Point_2 | operator() (const Kernel::Point_2 &p1, const Kernel::FT &w1, const Kernel::Point_2 &p2, const Kernel::FT &w2, const Kernel::Point_2 &p3, const Kernel::FT &w3, const Kernel::Point_2 &p4) | 
| compute the barycenter of the points p1,p2,p3andp4with corresponding weightsw1,w2,w3and1-w1-w2-w3.  More... | |
| Kernel::Point_2 | operator() (const Kernel::Point_2 &p1, const Kernel::FT &w1, const Kernel::Point_2 &p2, const Kernel::FT &w2, const Kernel::Point_2 &p3, const Kernel::FT &w3, const Kernel::Point_2 &p4, const Kernel::FT &w4) | 
| compute the barycenter of the points p1,p2,p3andp4with corresponding weightsw1,w2,w3andw4.  More... | |
| Kernel::Point_2 Kernel::ConstructBarycenter_2::operator() | ( | const Kernel::Point_2 & | p1, | 
| const Kernel::FT & | w1, | ||
| const Kernel::Point_2 & | p2 | ||
| ) | 
compute the barycenter of the points p1 and p2 with corresponding weights w1 and 1-w1. 
| Kernel::Point_2 Kernel::ConstructBarycenter_2::operator() | ( | const Kernel::Point_2 & | p1, | 
| const Kernel::FT & | w1, | ||
| const Kernel::Point_2 & | p2, | ||
| const Kernel::FT & | w2 | ||
| ) | 
compute the barycenter of the points p1 and p2 with corresponding weights w1 and w2. 
w1+w2 != 0. | Kernel::Point_2 Kernel::ConstructBarycenter_2::operator() | ( | const Kernel::Point_2 & | p1, | 
| const Kernel::FT & | w1, | ||
| const Kernel::Point_2 & | p2, | ||
| const Kernel::FT & | w2, | ||
| const Kernel::Point_2 & | p3 | ||
| ) | 
compute the barycenter of the points p1, p2 and p3 with corresponding weights w1, w2 and 1-w1-w2. 
| Kernel::Point_2 Kernel::ConstructBarycenter_2::operator() | ( | const Kernel::Point_2 & | p1, | 
| const Kernel::FT & | w1, | ||
| const Kernel::Point_2 & | p2, | ||
| const Kernel::FT & | w2, | ||
| const Kernel::Point_2 & | p3, | ||
| const Kernel::FT & | w3 | ||
| ) | 
compute the barycenter of the points p1, p2 and p3 with corresponding weights w1, w2 and w3. 
w1+w2+w3 != 0. | Kernel::Point_2 Kernel::ConstructBarycenter_2::operator() | ( | const Kernel::Point_2 & | p1, | 
| const Kernel::FT & | w1, | ||
| const Kernel::Point_2 & | p2, | ||
| const Kernel::FT & | w2, | ||
| const Kernel::Point_2 & | p3, | ||
| const Kernel::FT & | w3, | ||
| const Kernel::Point_2 & | p4 | ||
| ) | 
compute the barycenter of the points p1, p2, p3 and p4 with corresponding weights w1, w2, w3 and 1-w1-w2-w3. 
| Kernel::Point_2 Kernel::ConstructBarycenter_2::operator() | ( | const Kernel::Point_2 & | p1, | 
| const Kernel::FT & | w1, | ||
| const Kernel::Point_2 & | p2, | ||
| const Kernel::FT & | w2, | ||
| const Kernel::Point_2 & | p3, | ||
| const Kernel::FT & | w3, | ||
| const Kernel::Point_2 & | p4, | ||
| const Kernel::FT & | w4 | ||
| ) | 
compute the barycenter of the points p1, p2, p3 and p4 with corresponding weights w1, w2, w3 and w4. 
1+w2+w3+w4 != 0.