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

TA::CarTemplate::FnSlipRatioToNormalisedTraction
 

A typedef for a slip ratio to normalised traction function pointer. Each car wheel contains a pointer of this type which can be replace for more control over tire behaviour. See TA::CarTemplate::Wheel::pFnSlipRatioToNormalisedTraction for more details. See an example implementation of this function here .

    typedef float (TAC_CALL *FnSlipRatioToNormalisedTraction)(
        float fSlipRatio, 
        const SurfaceAttribute& surfaceAttribute); 
   
Parameters
fSlipRatio
The slip ratio between the tire and the surface.
surfaceAttribute
The properties of the surface that the tire is in contact with.
Returns:
The longitudinal traction force between the tire and the ground.



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