19 [[nodiscard]]
bool valid()
const {
return face.valid(); }
20 [[nodiscard]]
explicit operator bool()
const {
return face.valid(); }
a point located on some mesh's face
Definition MRMesh/MRPointOnFace.h:11
bool valid() const
check for validity, otherwise the point is not defined
Definition MRMesh/MRPointOnFace.h:19
FaceId face
mesh's face containing the point
Definition MRMesh/MRPointOnFace.h:13
Vector3f point
a point of the mesh's face
Definition MRMesh/MRPointOnFace.h:16