Go to the source code of this file.
| #define callbackList_inl_ |
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
-
| actualDistanceSquared | holds the actual distance squared between the start and end locations, taking into account the offset. |