Method Update
Update(double)
Updates the spring by a time step. Uses the exact critically-damped spring solution for unconditional stability at any time step.
public void Update(double deltaTime)
Parameters
deltaTimedoubleTime step in seconds.
Updates the spring by a time step. Uses the exact critically-damped spring solution for unconditional stability at any time step.
public void Update(double deltaTime)
deltaTime doubleTime step in seconds.