This data structure represents a point of a trajectory. It contains the position a limitation that you can applied. More...
#include <Definition>
Public Member Functions | |
void | InitStruct () |
Public Attributes | |
Limitation | Limitations |
Limitation applied to this point if the limitation flag is active. | |
int | LimitationsActive |
A flag that indicatesif the limitation are active or not (1 is active 0 is not). | |
UserPosition | Position |
Position information that described this trajectory point. |
This data structure represents a point of a trajectory. It contains the position a limitation that you can applied.
Definition at line 676 of file KinovaTypes.h.
void TrajectoryPoint::InitStruct | ( | ) | [inline] |
Definition at line 693 of file KinovaTypes.h.
Limitation applied to this point if the limitation flag is active.
Definition at line 691 of file KinovaTypes.h.
A flag that indicatesif the limitation are active or not (1 is active 0 is not).
Definition at line 686 of file KinovaTypes.h.
Position information that described this trajectory point.
Definition at line 681 of file KinovaTypes.h.