#include <vcg/space/point3.h>#include <vcg/math/matrix44.h>#include <vcg/math/matrix33.h>#include <algorithm>

Go to the source code of this file.
Classes | |
| class | vcg::Tetra |
| class | vcg::Tetra3< ScalarType > |
Namespaces | |
| namespace | vcg |
* | |
Functions | |
| template<class ScalarType > | |
| Point3< ScalarType > | vcg::Barycenter (const Tetra3< ScalarType > &t) |
| template<class TetraType > | |
| TetraType::ScalarType | vcg::ComputeVolume (const TetraType &t) |
| template<class TetraType > | |
| Point3< typename TetraType::ScalarType > | vcg::Normal (const TetraType &t, const int &face) |
| Returns the normal to the face face of the tetrahedron t. | |