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

Example usage for Java com.badlogic.gdx.physics.box2d.joints PulleyJointDef 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 PulleyJointDef.

The text is from its open source code.

Constructor

Method

voidinitialize(Body bodyA, Body bodyB, Vector2 groundAnchorA, Vector2 groundAnchorB, Vector2 anchorA, Vector2 anchorB, float ratio)
Initialize the bodies, anchors, lengths, max lengths, and ratio using the world anchors.