Kernel::Point_3
|
fo.operator() ( Kernel::Point_3 p1, Kernel::FT w1, Kernel::Point_3 p2)
|
| |
compute the barycenter of the points and with corresponding
weights and .
|
|
Kernel::Point_3
|
fo.operator() ( Kernel::Point_3 p1, Kernel::FT w1, Kernel::Point_3 p2, Kernel::FT w2)
|
| |
compute the barycenter of the points and with corresponding
weights and . Precondition: | w1+w2 != 0. |
|
|
Kernel::Point_3
|
|
| |
compute the barycenter of the points , and with corresponding
weights , and .
|
|
Kernel::Point_3
|
|
| |
compute the barycenter of the points , and with corresponding
weights , and . Precondition: | w1+w2+w3 != 0. |
|
|
Kernel::Point_3
|
|
| |
compute the barycenter of the points , , and with corresponding
weights , , and .
|
|
Kernel::Point_3
|
|
| |
compute the barycenter of the points , , and with corresponding
weights , , and . Precondition: | w1+w2+w3+w4 != 0. |
|