Structure describing the position of a point on a triangulated surface, relatively to this surface. More...
#include <triangle_growth.h>
Public Member Functions | |
operator bool () const | |
Position (const Position ©) | |
Position (const Point3d &bar, int vv1, int vv2, int vv3, int f) | |
bool | serialize (storage::VVEStorage &) |
Public Attributes | |
Point3d | barycentric |
int | face |
int | v1 |
int | v2 |
int | v3 |
Structure describing the position of a point on a triangulated surface, relatively to this surface.
Definition at line 69 of file triangle_growth.h.