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

TA::CarTemplate::FnTorqueCurve
 

A typedef for a torque curve function pointer. The torque curve is used to model engine performance. See an example implementation of this function here .

typedef float (TAC_CALL *FnTorqueCurve)(float fRadsPerSec) 
Parameters
fRadsPerSec
The rate of rotation of the engine in radians per second.
Returns:
The torque of the engine.
See also:
TA::CarTemplate::SetTorqueCurve



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