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

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

The text is from its open source code.

Constructor

Method

voidinitialize(Body bodyA, Body bodyB, Vector2 anchor, Vector2 axis)
Initialize the bodies, anchors, axis, and reference angle using the world anchor and world axis.