Point_2<Kernel> | centroid ( Point_2<Kernel> p, Point_2<Kernel> q, Point_2<Kernel> r) | |
compute the centroid of the points p, q, and r. | ||
Point_2<Kernel> | centroid ( Point_2<Kernel> p, Point_2<Kernel> q, Point_2<Kernel> r, Point_2<Kernel> s) | |
compute the centroid of the points p, q, r, and s. | ||
Point_2<Kernel> | centroid ( Triangle_2<Kernel> t) | |
compute the centroid of the triangle t. | ||
Point_3<Kernel> | centroid ( Point_3<Kernel> p, Point_3<Kernel> q, Point_3<Kernel> r) | |
compute the centroid of the points p, q, and r. | ||
Point_3<Kernel> | centroid ( Point_3<Kernel> p, Point_3<Kernel> q, Point_3<Kernel> r, Point_3<Kernel> s) | |
compute the centroid of the points p, q, r, and s. | ||
Point_3<Kernel> | centroid ( Triangle_3<Kernel> t) | |
compute the centroid of the triangle t. | ||
Point_3<Kernel> | centroid ( Tetrahedron_3<Kernel> t) | |
compute the centroid of the tetrahedron t. |