Namespaces | |
| namespace | cinder |
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) |