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