VR-Forces 4.2 Class Documentation
Classes | Functions
humanMovementActuator.h File Reference

Go to the source code of this file.

Classes

class  DtHumanMovementActuator
 DtHumanMovementActuator is a simple movement actuator for lifeforms. More...

Functions

bool closestIntersectionWithBias (const DtVector &localPosition, DtChordIntersectionRecord &record, DtIntersectionRecord::DtIntersectionType irtFlag, double bias, const DtAttachedTerrain *terrain)
 Like closestIntersection, except that intersections in the bias zone are preferred, even if they are not the closest.

Detailed Description

Function Documentation

bool closestIntersectionWithBias ( const DtVector localPosition,
DtChordIntersectionRecord &  record,
DtIntersectionRecord::DtIntersectionType  irtFlag,
double  bias,
const DtAttachedTerrain terrain 
)

Like closestIntersection, except that intersections in the bias zone are preferred, even if they are not the closest.

Negative bias indicates that an intersection from the bias distance above the localPosition is done first, and the first of any intersection there is returned. If none is found, a normal closestIntersection() call is made and that result returned.


Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)