Java com.badlogic.gdx.physics.box2d.joints RevoluteJoint fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.physics.box2d.joints RevoluteJoint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.physics.box2d.joints RevoluteJoint.

The text is from its open source code.

Method

floatgetLowerLimit()
Get the lower joint limit in radians.
floatgetMaxMotorTorque()
floatgetMotorSpeed()
Get the motor speed in radians per second.
floatgetUpperLimit()
Get the upper joint limit in radians.
booleanisLimitEnabled()
Is the joint limit enabled?
booleanisMotorEnabled()
Is the joint motor enabled?