|
CoreExport void | ApplyScaling (Matrix3 &m, const ScaleValue &v) |
|
CoreExport void | InitControlLists () |
|
CoreExport ScaleValue | operator+ (const ScaleValue &s0, const ScaleValue &s1) |
|
CoreExport ScaleValue | operator- (const ScaleValue &s0, const ScaleValue &s1) |
|
CoreExport ScaleValue | operator* (const ScaleValue &s, float f) |
|
CoreExport ScaleValue | operator* (float f, const ScaleValue &s) |
|
CoreExport ScaleValue | operator+ (const ScaleValue &s, float f) |
|
CoreExport ScaleValue | operator+ (float f, const ScaleValue &s) |
|
bool | IsInitJointData3 (InitJointData2 *jd) |
|
InitJointData3 * | DowncastToJointData3 (InitJointData2 *jd) |
|
TimeValue | CycleTime (Interval i, TimeValue t) |
|
int | NumCycles (Interval i, TimeValue t) |
|
template<class T > |
T | LinearExtrapolate (TimeValue t0, TimeValue t1, T &val0, T &val1, T &endVal) |
|
template<class T > |
T | RepeatExtrapolate (Interval range, TimeValue t, T &startVal, T &endVal, T &cycleVal) |
|
template<class T > |
T | IdentityExtrapolate (TimeValue endPoint, TimeValue t, T &endVal) |
|
CoreExport Quat | LinearExtrapolate (TimeValue t0, TimeValue t1, Quat &val0, Quat &val1, Quat &endVal) |
|
CoreExport Quat | RepeatExtrapolate (Interval range, TimeValue t, Quat &startVal, Quat &endVal, Quat &cycleVal) |
|
CoreExport Quat | IdentityExtrapolate (TimeValue endPoint, TimeValue t, Quat &endVal) |
|
CoreExport ScaleValue | LinearExtrapolate (TimeValue t0, TimeValue t1, ScaleValue &val0, ScaleValue &val1, ScaleValue &endVal) |
|
CoreExport ScaleValue | RepeatExtrapolate (Interval range, TimeValue t, ScaleValue &startVal, ScaleValue &endVal, ScaleValue &cycleVal) |
|
CoreExport ScaleValue | IdentityExtrapolate (TimeValue endPoint, TimeValue t, ScaleValue &endVal) |
|
template<class T > |
T | LinearInterpolate (const T &v0, const T &v1, float u) |
|
Quat | LinearInterpolate (const Quat &v0, const Quat &v1, float u) |
|
ScaleValue | LinearInterpolate (const ScaleValue &v0, const ScaleValue &v1, float u) |
|
Interval | TestInterval (Interval iv, DWORD flags) |
|
Quat | ScaleQuat (Quat q, float s) |
|
CoreExport int | Animating () |
|
CoreExport void | AnimateOn () |
|
CoreExport void | AnimateOff () |
|
CoreExport void | SuspendAnimate () |
|
CoreExport void | ResumeAnimate () |
|
CoreExport BOOL | AreWeAnimating (const TimeValue &t) |
|
CoreExport BOOL | AreWeKeying (const TimeValue &t) |
|
CoreExport TimeValue | GetAnimStart () |
|
CoreExport TimeValue | GetAnimEnd () |
|
CoreExport void | SetAnimStart (TimeValue s) |
|
CoreExport void | SetAnimEnd (TimeValue e) |
|
CoreExport Control * | NewDefaultFloatController () |
|
CoreExport Control * | NewDefaultPoint3Controller () |
|
CoreExport Control * | NewDefaultMatrix3Controller () |
|
CoreExport Control * | NewDefaultPositionController () |
|
CoreExport Control * | NewDefaultRotationController () |
|
CoreExport Control * | NewDefaultScaleController () |
|
CoreExport Control * | NewDefaultBoolController () |
|
CoreExport Control * | NewDefaultColorController () |
|
CoreExport Control * | NewDefaultMasterPointController () |
|
CoreExport Control * | NewDefaultPoint4Controller () |
|
CoreExport Control * | NewDefaultFRGBAController () |
|
CoreExport Control * | NewDefaultPoint2Controller () |
|
CoreExport Control * | CreateInterpFloat () |
|
CoreExport Control * | CreateInterpPosition () |
|
CoreExport Control * | CreateInterpPoint3 () |
|
CoreExport Control * | CreateInterpRotation () |
|
CoreExport Control * | CreateInterpScale () |
|
CoreExport Control * | CreatePRSControl () |
|
CoreExport Control * | CreateLookatControl () |
|
CoreExport Control * | CreateMasterPointControl () |
|
CoreExport Control * | CreateInterpPoint4 () |
|
CoreExport Control * | CreateInterpPoint2 () |
|
CoreExport void | SetDefaultController (SClass_ID sid, ClassDesc *desc) |
|
CoreExport ClassDesc * | GetDefaultController (SClass_ID sid) |
|
CoreExport void | SetDefaultColorController (ClassDesc *desc) |
|
CoreExport void | SetDefaultFRGBAController (ClassDesc *desc) |
|
CoreExport void | SetDefaultBoolController (ClassDesc *desc) |
|
CoreExport BOOL | GetSetKeyMode () |
|
CoreExport void | SetSetKeyMode (BOOL onOff) |
|
CoreExport void | SuspendSetKeyMode () |
|
CoreExport void | ResumeSetKeyMode () |
|
CoreExport BOOL | GetSetKeySuspended () |
|
CoreExport BOOL | GetSetKeyModeStatus () |
|
CoreExport BOOL | IsSetKeyModeFeatureEnabled () |
|