Go to the source code of this file.
Classes | |
class | cinder::Matrix22< T > |
class | cinder::Matrix44< T > |
Namespaces | |
namespace | cinder |
Typedefs | |
typedef Matrix22< float > | cinder::Matrix22f |
typedef Matrix22< double > | cinder::Matrix22d |
typedef Matrix44< float > | cinder::Matrix44f |
typedef Matrix44< double > | cinder::Matrix44d |
Functions | |
template<typename T > | |
Matrix44< T > | cinder::firstFrame (const Vec3< T > &firstPoint, const Vec3< T > &secondPoint, const Vec3< T > &thirdPoint) |
template<typename T > | |
Matrix44< T > | cinder::nextFrame (const Matrix44< T > &prevMatrix, const Vec3< T > &prevPoint, const Vec3< T > &curPoint, Vec3< T > &prevTangent, Vec3< T > &curTangent) |
template<typename T > | |
Matrix44< T > | cinder::lastFrame (const Matrix44< T > &prevMatrix, const Vec3< T > &prevPoint, const Vec3< T > &lastPoint) |