Planeshift
|
#include <DetourObstacleAvoidance.h>
Public Attributes | |
float | dp [3] |
float | dvel [3] |
Velocity of the obstacle. | |
float | np [3] |
Use for side selection during sampling. | |
float | p [3] |
Position of the obstacle. | |
float | rad |
Radius of the obstacle. | |
float | vel [3] |
Velocity of the obstacle. |
Definition at line 22 of file DetourObstacleAvoidance.h.
Definition at line 28 of file DetourObstacleAvoidance.h.
Velocity of the obstacle.
Definition at line 26 of file DetourObstacleAvoidance.h.
Use for side selection during sampling.
Definition at line 28 of file DetourObstacleAvoidance.h.
Position of the obstacle.
Definition at line 24 of file DetourObstacleAvoidance.h.
Radius of the obstacle.
Definition at line 27 of file DetourObstacleAvoidance.h.
Velocity of the obstacle.
Definition at line 25 of file DetourObstacleAvoidance.h.