DNA Calib 1.1
Project brief
|
#include "dnacalib/TypeDefs.h"
Go to the source code of this file.
Namespaces | |
namespace | dnac |
Functions | |
fmat4 | dnac::getTransformationMatrix (const fvec3 &translation, const fvec3 &rotation, const fvec3 &scale={1.0f, 1.0f, 1.0f}) |
fmat4 | dnac::extractTranslationMatrix (const fmat4 &transformationMatrix) |
fvec3 | dnac::extractScaleVector (const fmat4 &transformationMatrix) |
fmat4 | dnac::extractRotationMatrix (const fmat4 &transformationMatrix) |
fvec3 | dnac::extractTranslationVector (const fmat4 &transformationMatrix) |
fvec3 | dnac::extractRotationVector (const fmat4 &transformationMatrix) |