a point located on some mesh's face More...
#include <MRPointOnFace.h>
Public Member Functions | |
| bool | valid () const |
| check for validity, otherwise the point is not defined | |
| operator bool () const | |
Public Attributes | |
| FaceId | face |
| mesh's face containing the point | |
| Vector3f | point |
| a point of the mesh's face | |
Friends | |
| MRMESH_API friend std::ostream & | operator<< (std::ostream &s, const PointOnFace &pof) |
| MRMESH_API friend std::istream & | operator>> (std::istream &s, PointOnFace &pof) |
a point located on some mesh's face