Package physx.physics

Class PxArticulationRootLinkData

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

public class PxArticulationRootLinkData extends NativeObject
  • 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()
      Returns:
      WebIDL type: PxTransform [Value]
    • setTransform

      public void setTransform(PxTransform value)
      Parameters:
      value - WebIDL type: PxTransform [Value]
    • getWorldLinVel

      public PxVec3 getWorldLinVel()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setWorldLinVel

      public void setWorldLinVel(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getWorldAngVel

      public PxVec3 getWorldAngVel()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setWorldAngVel

      public void setWorldAngVel(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getWorldLinAccel

      public PxVec3 getWorldLinAccel()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setWorldLinAccel

      public void setWorldLinAccel(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getWorldAngAccel

      public PxVec3 getWorldAngAccel()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setWorldAngAccel

      public void setWorldAngAccel(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]