Caribou
|
A barycentric point is a structure that contains the element index and the local coordinates within that element of the point in the world space.
#include <BarycentricContainer.h>
Public Member Functions | |
BarycentricPoint (const ElementIndex &index, const LocalCoordinates &coordinates) | |
Public Attributes | |
ElementIndex | element_index |
LocalCoordinates | local_coordinates |