VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Macros | Functions
collisionDetector.h File Reference

Go to the source code of this file.

Classes

class  DtCollisionProcessor< T_Collision >
 
class  DtCollisionDetector
 
class  DtClosestCollisionProcessor< T_Collision >
 
class  DtAllCollisionProcessor< T_Collision >
 

Macros

#define callbackList_inl_
 

Functions

bool DtSameOrAttached (const DtSimObject *primaryEntity, const DtSimObject &secondaryEntity)
 
bool DtWithinDistance (const DtVector &startLocation, const DtVector &endLocation, double offset, double distanceSquared, double &actualDistanceSquared)
 

Macro Definition Documentation

#define callbackList_inl_

Function Documentation

bool DtSameOrAttached ( const DtSimObject primaryEntity,
const DtSimObject secondaryEntity 
)

Determines if the specified secondary entity is part of or attached to the primary entity.

bool DtWithinDistance ( const DtVector startLocation,
const DtVector endLocation,
double  offset,
double  distanceSquared,
double actualDistanceSquared 
)
Returns
a boolean signifying whether or not the distance between the start and end locations is within the distance squared + offset.
Parameters
actualDistanceSquaredholds the actual distance squared between the start and end locations, taking into account the offset.

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)