55 void setLinearLowerLimit(
const geom::Vec &lower);
60 void setLinearUpperLimit(
const geom::Vec &upper);
68 float getAngle(
int index);
73 void setAngularLowerLimit(
const geom::Vec &lower);
78 void setAngularUpperLimit(
const geom::Vec &upper);
87 void setLinearMotor(
int index,
bool enableMotor,
float targetVelocity,
float maxMotorForce,
bool force_activation =
false);
90 void setAngularMotor(
int index,
bool enableMotor,
float targetVelocity,
float maxMotorForce,
bool force_activation =
false);
undocument this line if you encounter any issues!
Definition: Any.h:37
This is a generic constraint that allows to free configuration of the limits on all 6 degrees of free...
Definition: SixDOFConstraint.h:40
#define ICLPhysics_API
Definition: CompatMacros.h:181
This class combines a movable but rigid physics object and it's graphical representation in ICL.
Definition: RigidObject.h:46
Base Class for constraints.
Definition: Constraint.h:41