44 #define VGL_AREA_INSTANTIATE(T) extern "please include vgl/vgl_area.hxx instead" vgl_point_2d< T > vgl_centroid(vgl_polygon< T > const &poly)
The area weighted center of a polygon.
Represents a cartesian 2D box.
T vgl_area_signed(vgl_polygon< T > const &poly)
Computes the signed area of a polygon.
Represents a cartesian 2D point.
T vgl_area_enforce_orientation(vgl_polygon< T > const &poly)
The orientation enforced area of a polygon.
T vgl_area(vgl_polygon< T > const &poly)
The area of a polygon.