True Axis Physics SDK 1.2.0.1 Beta Documentation
www.trueaxis.com

void TA::DynamicObject::ApplyVelocityToNextFrame (
float   fDt  ) [virtual]
 

Apply the current velocity to the next frame.

This object in intended for use when overriding TA::DynamicObject::Update. The difference between the current frame and the next frame is used for collision testing.

See also:
TA::DynamicObject::ApplyNextFrame and TA::DynamicObject::GetNextFrame.
Parameters:
fDt
The time, over which, to apply the linear and angular velocities to the next frame.
Examples:
DynamicObjectOverrideExample.cpp.



© Copyright 2004-2006 TRUE AXIS PTY LTD Australia. All rights reserved.