describes the point of measurement on mesh More...
#include <MRMeshThickness.h>
Public Member Functions | |
MRMESH_API void | set (const Mesh &mesh, const MeshTriPoint &p) |
Public Attributes | |
MeshTriPoint | triPoint |
relative position on mesh | |
Vector3f | pt |
3d coordinates | |
Vector3f | inDir |
unit direction inside the mesh = minus normal | |
FacePredicate | notIncidentFaces |
predicate that returns true for mesh faces not-incident to the point | |
describes the point of measurement on mesh
MRMESH_API void MR::MeshPoint::set | ( | const Mesh & | mesh, |
const MeshTriPoint & | p ) |
Vector3f MR::MeshPoint::inDir |
unit direction inside the mesh = minus normal
FacePredicate MR::MeshPoint::notIncidentFaces |
predicate that returns true for mesh faces not-incident to the point
Vector3f MR::MeshPoint::pt |
3d coordinates
MeshTriPoint MR::MeshPoint::triPoint |
relative position on mesh