Package physx.physics

Class PxArticulationRootLinkData

java.lang.Object
physx.NativeObject
physx.physics.PxArticulationRootLinkData

public class PxArticulationRootLinkData extends NativeObject
Data structure used to access the root link state and acceleration.
See Also:
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxArticulationRootLinkData

      protected PxArticulationRootLinkData(long address)
    • PxArticulationRootLinkData

      public PxArticulationRootLinkData()
  • Method Details

    • wrapPointer

      public static PxArticulationRootLinkData wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getTransform

      public PxTransform getTransform()
      Actor transform
    • setTransform

      public void setTransform(PxTransform value)
      Actor transform
    • getWorldLinVel

      public PxVec3 getWorldLinVel()
      Link linear velocity
    • setWorldLinVel

      public void setWorldLinVel(PxVec3 value)
      Link linear velocity
    • getWorldAngVel

      public PxVec3 getWorldAngVel()
      Link angular velocity
    • setWorldAngVel

      public void setWorldAngVel(PxVec3 value)
      Link angular velocity
    • getWorldLinAccel

      public PxVec3 getWorldLinAccel()
      Link classical linear acceleration
    • setWorldLinAccel

      public void setWorldLinAccel(PxVec3 value)
      Link classical linear acceleration
    • getWorldAngAccel

      public PxVec3 getWorldAngAccel()
      Link angular acceleration
    • setWorldAngAccel

      public void setWorldAngAccel(PxVec3 value)
      Link angular acceleration