MeshLib
 
Loading...
Searching...
No Matches
MR::MeshPoint Struct Reference

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
 

Detailed Description

describes the point of measurement on mesh

Member Function Documentation

◆ set()

MRMESH_API void MR::MeshPoint::set ( const Mesh & mesh,
const MeshTriPoint & p )

Member Data Documentation

◆ inDir

Vector3f MR::MeshPoint::inDir

unit direction inside the mesh = minus normal

◆ notIncidentFaces

FacePredicate MR::MeshPoint::notIncidentFaces

predicate that returns true for mesh faces not-incident to the point

◆ pt

Vector3f MR::MeshPoint::pt

3d coordinates

◆ triPoint

MeshTriPoint MR::MeshPoint::triPoint

relative position on mesh


The documentation for this struct was generated from the following file: