DNA Calib 1.1
Project brief
Namespaces | Functions
Algorithm.h File Reference
#include "dnacalib/TypeDefs.h"
Include dependency graph for Algorithm.h:
This graph shows which files directly or indirectly include this file:

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)