Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorno-author <no-author>2004-12-22 23:30:13 +0300
committerno-author <no-author>2004-12-22 23:30:13 +0300
commitbeca8adb61c9b0f6f462fcbecfce3b100e275d86 (patch)
tree7cf2e40dff3783ec3141be0b9c01539b4d80cf2a /source/gameengine/Physics/Sumo/Fuzzics/include/SM_MotionState.h
parentdeb64cc37ce06a44db26ef890da3e0a9a2c70514 (diff)
This commit was manufactured by cvs2svn to create tagv2.36
'blender-2-36-release'.
Diffstat (limited to 'source/gameengine/Physics/Sumo/Fuzzics/include/SM_MotionState.h')
-rw-r--r--source/gameengine/Physics/Sumo/Fuzzics/include/SM_MotionState.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gameengine/Physics/Sumo/Fuzzics/include/SM_MotionState.h b/source/gameengine/Physics/Sumo/Fuzzics/include/SM_MotionState.h
index 08e29265d0c..b0e0717cf8c 100644
--- a/source/gameengine/Physics/Sumo/Fuzzics/include/SM_MotionState.h
+++ b/source/gameengine/Physics/Sumo/Fuzzics/include/SM_MotionState.h
@@ -61,7 +61,6 @@ public:
void integrateBackward(MT_Scalar timeStep, const MT_Vector3 &velocity, const MT_Quaternion& ang_vel);
void integrateForward(MT_Scalar timeStep, const SM_MotionState &prev_state);
- void lerp(const SM_MotionState &prev, const SM_MotionState &next);
void lerp(MT_Scalar t, const SM_MotionState &other);
virtual MT_Transform getTransform() const {