MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::PointOnFace Struct Reference

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)
 

Detailed Description

a point located on some mesh's face


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