57 #define OPENMESH_TRIMESH_C 63 #include <OpenMesh/Core/Mesh/TriMeshT.hh> 76 template <
class Kernel>
77 typename TriMeshT<Kernel>::Normal
81 assert(this->halfedge_handle(_fh).is_valid());
84 const Point& p0(this->point(*fv_it)); ++fv_it;
85 const Point& p1(this->point(*fv_it)); ++fv_it;
86 const Point& p2(this->point(*fv_it));
88 return PolyMesh::calc_face_normal(p0, p1, p2);
Kernel::ConstFaceVertexIter ConstFaceVertexIter
Circulator.
Kernel::Point Point
Coordinate type.
Normal calc_face_normal(FaceHandle _fh) const