|
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) |
|
template Matrix44f | cinder::firstFrame (const Vec3f &firstPoint, const Vec3f &secondPoint, const Vec3f &thirdPoint) |
|
template Matrix44f | cinder::nextFrame (const Matrix44f &prevMatrix, const Vec3f &prevPoint, const Vec3f &curPoint, Vec3f &prevTangent, Vec3f &curTangent) |
|
template Matrix44f | cinder::lastFrame (const Matrix44f &prevMatrix, const Vec3f &prevPoint, const Vec3f &lastPoint) |
|
template Matrix44d | cinder::firstFrame (const Vec3d &firstPoint, const Vec3d &secondPoint, const Vec3d &thirdPoint) |
|
template Matrix44d | cinder::nextFrame (const Matrix44d &prevMatrix, const Vec3d &prevPoint, const Vec3d &curPoint, Vec3d &prevTangent, Vec3d &curTangent) |
|
template Matrix44d | cinder::lastFrame (const Matrix44d &prevMatrix, const Vec3d &prevPoint, const Vec3d &lastPoint) |
|