MeshLib C++ Docs
Loading...
Searching...
No Matches

a point located on some mesh's face More...

#include <MRMesh/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

std::ostream & operator<< (std::ostream &s, const PointOnFace &pof)
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: