#include <SpringForceOperator.h>
Inheritance diagram for ani::SpringForceOperator< __EntityType >:

Public Types | |
| typedef boost::shared_ptr< __EntityType > | EntityTypePtr |
Public Methods | |
| SpringForceOperator () | |
| virtual | ~SpringForceOperator () |
| void | setEntities (EntityTypePtr a, EntityTypePtr b) |
| void | setSpringConstant (float ks) |
| void | setDampeningConstant (float kd) |
| void | setRestLength (float length) |
| virtual void | exec (DynamicSystem< __EntityType > &ps, float timeDelta) |
|
|||||
|
Definition at line 17 of file SpringForceOperator.h. Referenced by ani::SpringForceOperator< __EntityType >::setEntities(). |
|
|||||||||
|
Definition at line 20 of file SpringForceOperator.h. |
|
|||||||||
|
Definition at line 21 of file SpringForceOperator.h. |
|
||||||||||||||||
|
Definition at line 26 of file SpringForceOperator.h. References ani::SpringForceOperator< __EntityType >::EntityTypePtr. |
|
||||||||||
|
Definition at line 32 of file SpringForceOperator.h. |
|
||||||||||
|
Definition at line 33 of file SpringForceOperator.h. |
|
||||||||||
|
Definition at line 34 of file SpringForceOperator.h. |
|
||||||||||||||||
|
Implements ani::BinaryForceOperator< __EntityType >. Definition at line 45 of file SpringForceOperator.h. References ani::DynamicSystem< __EntityType >::remove(). |
1.2.15