sims.dynamics.joints

trait ForceJoint

[source: sims/dynamics/joints/ForceJoint.scala]

trait ForceJoint
extends AnyRef
A joint which can apply a force to its anchor bodies, thus adding or removing energy to the system.
Direct Known Subclasses:
SpringJoint

Method Summary
abstract def applyForce : Unit
Applies a force on the achor bodies.
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def applyForce : Unit
Applies a force on the achor bodies.