Class PxFixedJoint


public class PxFixedJoint extends PxJoint
A fixed joint permits no relative movement between two bodies. ie the bodies are glued together.

\image html fixedJoint.png

See Also:
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxFixedJoint

      protected PxFixedJoint()
    • PxFixedJoint

      protected PxFixedJoint(long address)
  • Method Details

    • wrapPointer

      public static PxFixedJoint wrapPointer(long address)
    • arrayGet

      public static PxFixedJoint arrayGet(long baseAddress, int index)
    • destroy

      public void destroy()