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:
Diffstat (limited to 'source/gameengine/PyDoc/PhysicsConstraints.py')
-rw-r--r--source/gameengine/PyDoc/PhysicsConstraints.py126
1 files changed, 126 insertions, 0 deletions
diff --git a/source/gameengine/PyDoc/PhysicsConstraints.py b/source/gameengine/PyDoc/PhysicsConstraints.py
new file mode 100644
index 00000000000..d78a32f4f79
--- /dev/null
+++ b/source/gameengine/PyDoc/PhysicsConstraints.py
@@ -0,0 +1,126 @@
+# $Id$
+"""
+Documentation for the PhysicsConstraints module.
+
+Example:
+ import PhysicsConstraints
+ import GameLogic
+
+"""
+# TODO
+# error
+
+def createConstraint():
+ """
+ Does something
+
+ @rtype:
+ """
+def getAppliedImpulse():
+ """
+ Does something
+
+ @rtype:
+ """
+def getVehicleConstraint():
+ """
+ Does something
+
+ @rtype:
+ """
+def removeConstraint():
+ """
+ Does something
+
+ @rtype:
+ """
+def setCcdMode():
+ """
+ Does something
+
+ @rtype:
+ """
+def setContactBreakingTreshold():
+ """
+ Does something
+
+ @rtype:
+ """
+def setDeactivationAngularTreshold():
+ """
+ Does something
+
+ @rtype:
+ """
+def setDeactivationLinearTreshold():
+ """
+ Does something
+
+ @rtype:
+ """
+def setDeactivationTime():
+ """
+ Does something
+
+ @rtype:
+ """
+def setDebugMode():
+ """
+ Does something
+
+ @rtype:
+ """
+def setGravity():
+ """
+ Does something
+
+ @rtype:
+ """
+def setLinearAirDamping():
+ """
+ Does something
+
+ @rtype:
+ """
+def setNumIterations():
+ """
+ Does something
+
+ @rtype:
+ """
+def setNumTimeSubSteps():
+ """
+ Does something
+
+ @rtype:
+ """
+def setSolverDamping():
+ """
+ Does something
+
+ @rtype:
+ """
+def setSolverTau():
+ """
+ Does something
+
+ @rtype:
+ """
+def setSolverType():
+ """
+ Does something
+
+ @rtype:
+ """
+def setSorConstant():
+ """
+ Does something
+
+ @rtype:
+ """
+def setUseEpa():
+ """
+ Does something
+
+ @rtype:
+ """ \ No newline at end of file