Class WeldJoint

java.lang.Object
de.pirckheimer_gymnasium.engine_pi.actor.Joint<org.jbox2d.dynamics.joints.WeldJoint>
de.pirckheimer_gymnasium.engine_pi.actor.WeldJoint

public class WeldJoint extends Joint<org.jbox2d.dynamics.joints.WeldJoint>
Eine Schweißnaht - besser ein Schweißpunkt - klebt zwei Körper zusammen.
See Also:
  • Constructor Details

    • WeldJoint

      public WeldJoint()
  • Method Details

    • updateCustomProperties

      protected void updateCustomProperties(org.jbox2d.dynamics.joints.WeldJoint joint)
      Specified by:
      updateCustomProperties in class Joint<org.jbox2d.dynamics.joints.WeldJoint>