15#ifndef MOMENTUM_ANGULAR_SECONDARY_JOINT_H
16#define MOMENTUM_ANGULAR_SECONDARY_JOINT_H
18#include "momentum_export.h"
19#include "momentum_namespace.h"
21#include "SecondaryJoint.h"
27 class BasicControllerConstraint;
57#ifndef AGX_MOMENTUM_ANALYSIS_API
92 std::string __str__()
const;
An angular secondary joint operates on the free rotational DOF of angular joints such as HingeJoint a...
Definition: AngularSecondaryJoint.h:38
std::pair< double, double > getTorqueLimit() const
Get the lower and upper torque of the secondary constraint.
bool setTorqueLimit(double lower, double upper)
Set the minimum and maximum torque of the secondary constraint.
double getCurrentTorque() const
Get the torque that the secondary constraint is applying to the object at the moment.
bool setTorqueLimit(std::pair< double, double > limit)
Set the lower and upper torque of the secondary constraint.
A Base class for a joint which operates on the free DOF specifies by ordinary joints such as HingeJoi...
Definition: SecondaryJoint.h:38
Namespace for Momentum Scripting API.
Definition: AffineMatrix4x4.h:29