vcg::Tetra3< ScalarType > Class Template Reference
[Space]
#include <tetra3.h>
List of all members.
Detailed Description
template<class ScalarType>
class vcg::Tetra3< ScalarType >
Templated class for storing a generic tetrahedron in a 3D space. Note the relation with the Face class of TetraMesh complex, both classes provide the P(i) access functions to their points and therefore they share the algorithms on it (e.g. area, normal etc...)
Definition at line 306 of file tetra3.h.
Member Typedef Documentation
template<class ScalarType>
Member Function Documentation
template<class ScalarType>
compute and return the aspect ratio of the tetrahedron
Definition at line 376 of file tetra3.h.
template<class ScalarType>
compute and return the barycenter of a tetrahedron
Definition at line 342 of file tetra3.h.
template<class ScalarType>
template<class ScalarType>
template<class ScalarType>
template<class ScalarType>
template<class ScalarType>
template<class ScalarType>
compute and return the diadedral angle on an edge
Definition at line 358 of file tetra3.h.
template<class ScalarType>
template<class ScalarType>
return true of p is inside tetrahedron's volume
Definition at line 386 of file tetra3.h.
template<class ScalarType>
Shortcut per accedere ai punti delle facce.
Definition at line 323 of file tetra3.h.
template<class ScalarType>
template<class ScalarType>
template<class ScalarType>
template<class ScalarType>
template<class ScalarType>
template<class ScalarType>
template<class ScalarType>
template<class ScalarType>
template<class ScalarType>
compute and return the solid angle on a vertex
Definition at line 348 of file tetra3.h.
Member Data Documentation
template<class ScalarType>
Vector of the 4 points that defines the tetrahedron.
Definition at line 318 of file tetra3.h.
The documentation for this class was generated from the following file: