|
double | rel_err |
| relative acceptable error
|
|
double | abs_err |
| absolute acceptable error
|
|
◆ getCache()
Get the underlying cache.
- Returns
- pointer to cache
◆ getColidingFrames()
get the the colliding frames
- Returns
- the cooliding frames, if in collision else a pair of null
◆ getCollisionData() [1/2]
get the result from the collision check
- Returns
- Result of Collision strategy if available
◆ getCollisionData() [2/2]
get the result from the collision check
- Returns
- Result of Collision strategy if available
◆ getCollisionQueryType()
Get the used Collision Query type.
- Returns
- Querytype
◆ getDistanceData() [1/2]
get The result of a distance query
- Returns
- result of a distance query
◆ getDistanceData() [2/2]
get The result of a distance query
- Returns
- result of a distance query
◆ getMultiDistanceData() [1/2]
get The result of a multi distance query
- Returns
- result of a distance query
◆ getMultiDistanceData() [2/2]
get The result of a multi distance query
- Returns
- result of a distance query
◆ getMultiDistanceTolerance()
double getMultiDistanceTolerance |
( |
| ) |
|
|
inline |
get the tolerance used to treshold which distances are recorded and which are not. point pairs that are closer than tolerance will be included in the result.
- Returns
- The set tolerance
◆ inCollision()
was collision check in collision
- Returns
- true if in collision
◆ setCollisionQueryType()
set the Collision Query type
- Parameters
-
qtype | [in] the used Query type |
◆ setMultiDistanceTolerance()
void setMultiDistanceTolerance |
( |
double |
tolerance | ) |
|
|
inline |
set the tolerance used to treshold which distances are recorded and which are not. point pairs that are closer than tolerance will be included in the result.
- Parameters
-
tolerance | [in] set the stored tolerance |
The documentation for this class was generated from the following file: