Motive Animation System
An open source project by FPL.
 All Classes Functions Variables Typedefs Friends Pages
motive::MatrixAnim Class Reference

Animation for a MatrixMotivator. Drives a single bone's transform. More...

#include <anim.h>

Detailed Description

Animation for a MatrixMotivator. Drives a single bone's transform.

Classes

struct  Spline
 

Public Member Functions

 MatrixAnim (int expected_num_ops=0)
 
SplineConstruct (int num_splines)
 
MatrixOpArrayops ()
 Return the op array. Non-const version is for construction.
 
const MatrixOpArrayops () const
 Return the op array. Const version is to initialize a MatrixMotivator.
 

Member Function Documentation

Spline* motive::MatrixAnim::Construct ( int  num_splines)
inline

For construction. Allocates storage for spline data, and returns it.

Parameters
num_splinesTotal number of splines in the animation. Not all ops use a spline (some are const ops).

The documentation for this class was generated from the following file: