#include <control.h>
Public Member Functions |
|
DelayedNodeMat (INode &n, TimeValue t0) | |
DelayedNodeMat (const DelayedNodeMat &src) | |
void | Set (const Matrix3 &) |
CoreExport Matrix3Indirect * | Clone () const |
CoreExport void | InitializeMat () |
DelayedNodeMat | ( | INode & | n, |
TimeValue | t0 | ||
) | [inline] |
: DelayedMatrix3() , node(n) , t(t0) {}
DelayedNodeMat | ( | const DelayedNodeMat & | src | ) | [inline] |
: DelayedMatrix3(src) , node(src.node) , t(src.t) {}
void Set | ( | const Matrix3 & | m | ) | [inline, virtual] |
Reimplemented from DelayedMatrix3.
{}
CoreExport Matrix3Indirect* Clone | ( | ) | const [virtual] |
Reimplemented from DelayedMatrix3.
CoreExport void InitializeMat | ( | ) | [virtual] |
Reimplemented from DelayedMatrix3.