physics derived from ygTransform Example Source Header

Description: a transform that uses simple physics for dynamic motion

notes:
Category: Transformation
Author: Alex Hill
Revision: 11/01/01

    Messages
velocity three floats set the velocity
acceleration three floats set the acceleration
    Comments

constructor physics

destructor ~physics

method reset

1 set current velocity to zero
2 set current acceleration to zero

method message

1 set the velocity
2 set the acceleration

method app