15#ifndef MOMENTUM_ANGULARSPRING_H
16#define MOMENTUM_ANGULARSPRING_H
18#include "momentum_namespace.h"
19#include "momentum_export.h"
21#include "AngularSecondaryJoint.h"
57#ifndef AGX_MOMENTUM_ANALYSIS_API
69 std::string __str__()
const;
80 agx::LockController* getLock()
const;
An angular secondary joint operates on the free rotational DOF of angular joints such as HingeJoint a...
Definition: AngularSecondaryJoint.h:38
An angular spring will lock the rotation to a specific angle using the min/max torques.
Definition: AngularSpring.h:38
double getTargetAngle() const
Get the equilibrium angle for the AngularSpring In radians.
void setTargetAngle(double angle)
Set the target equilibrium angle In radians.
Namespace for Momentum Scripting API.
Definition: AffineMatrix4x4.h:29