|
Qualia
0.2
|


Go to the source code of this file.
Classes | |
| class | BehaviorTree::FloatCondition< T > |
| Wraps a function or member pointer that returns a float value into a conditional node. More... | |
Namespaces | |
| namespace | BehaviorTree |
Enumerations | |
| enum | BehaviorTree::FLOAT_TEST { BehaviorTree::LESS_THAN_FP, BehaviorTree::GREATER_THAN_FP, BehaviorTree::LESS_OR_CLOSE, BehaviorTree::GREATER_OR_CLOSE, BehaviorTree::CLOSE, BehaviorTree::NOT_CLOSE } |
| These are the numerical tests that are available for floating point numbers. More... | |
1.8.3.1