com.badlogic.gdx.physics.box2d.joints
Class WeldJointDef

java.lang.Object
  extended by com.badlogic.gdx.physics.box2d.JointDef
      extended by com.badlogic.gdx.physics.box2d.joints.WeldJointDef

public class WeldJointDef
extends JointDef


Nested Class Summary
 
Nested classes/interfaces inherited from class com.badlogic.gdx.physics.box2d.JointDef
JointDef.JointType
 
Field Summary
 Vector2 localAnchorA
           
 Vector2 localAnchorB
           
 float referenceAngle
           
 
Fields inherited from class com.badlogic.gdx.physics.box2d.JointDef
bodyA, bodyB, collideConnected, type
 
Constructor Summary
WeldJointDef()
           
 
Method Summary
 void initialize(Body body1, Body body2, Vector2 anchor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

localAnchorA

public final Vector2 localAnchorA

localAnchorB

public final Vector2 localAnchorB

referenceAngle

public float referenceAngle
Constructor Detail

WeldJointDef

public WeldJointDef()
Method Detail

initialize

public void initialize(Body body1,
                       Body body2,
                       Vector2 anchor)


Copyright © 2013. All Rights Reserved.