#include <vcg/math/quadric.h>
Go to the source code of this file.
Classes | |
class | vcg::Quadric5< Scalar > |
Namespaces | |
namespace | vcg |
* | |
namespace | vcg::math |
Typedefs | |
typedef double | vcg::math::ScalarType |
Functions | |
ScalarType | vcg::math::inproduct5 (const ScalarType a[5], const ScalarType b[5]) |
void | vcg::math::normalize_vec3 (ScalarType v[3]) |
void | vcg::math::normalize_vec5 (ScalarType v[5]) |
void | vcg::math::outproduct5 (const ScalarType a[5], const ScalarType b[5], ScalarType r[5][5]) |
void | vcg::math::prod_matvec5 (const ScalarType m[5][5], const ScalarType v[5], ScalarType r[5]) |
void | vcg::math::prod_vecmat5 (ScalarType v[5], ScalarType m[5][5], ScalarType r[5]) |
void | vcg::math::sub_mat5 (ScalarType dest[5][5], ScalarType m[5][5]) |
void | vcg::math::sub_symmat5 (ScalarType dest[15], ScalarType m[15]) |
void | vcg::math::sub_vec5 (const ScalarType a[5], const ScalarType b[5], ScalarType r[5]) |
void | vcg::math::symprod_vvt5 (ScalarType dest[15], ScalarType v[5]) |