|
AGX Dynamics 2.41.1.2
|
Struct that specifies a position for a constraint angle. More...
#include <ReconfigureRequest.h>
Public Member Functions | |
| ConstraintPosition (agx::Constraint *_c, agx::Real _p, agx::UInt8 _i=0) | |
Public Attributes | |
| agx::Constraint * | constraint |
| Constraint. | |
| agx::UInt8 | index |
| agx::Real | position |
| Constraint angle position. | |
Struct that specifies a position for a constraint angle.
Definition at line 46 of file ReconfigureRequest.h.
|
inline |
Definition at line 57 of file ReconfigureRequest.h.
| agx::Constraint* agxUtil::ConstraintPosition::constraint |
Constraint.
Definition at line 49 of file ReconfigureRequest.h.
| agx::UInt8 agxUtil::ConstraintPosition::index |
Definition at line 55 of file ReconfigureRequest.h.
| agx::Real agxUtil::ConstraintPosition::position |
Constraint angle position.
Definition at line 52 of file ReconfigureRequest.h.