#include <vcg/math/quaternion.h>
#include <vcg/math/matrix44.h>
Go to the source code of this file.
Classes | |
class | vcg::Similarity< S, RotationType > |
class | vcg::Similarityd |
class | vcg::Similarityf |
Namespaces | |
namespace | vcg |
* | |
Functions | |
template<class S , class RotationType > | |
Similarity< S, RotationType > | vcg::Interpolate (const Similarity< S, RotationType > &a, const Similarity< S, RotationType > &b, const S t) |
template<class S , class RotationType > | |
Similarity< S, RotationType > | vcg::Inverse (const Similarity< S, RotationType > &m) |
template<class S , class RotationType > | |
Similarity< S, RotationType > & | vcg::Invert (Similarity< S, RotationType > &m) |
template<class S , class RotationType > | |
Point3< S > | vcg::operator* (const Similarity< S, RotationType > &m, const Point3< S > &p) |