Package physx.physics

Class PxContactPairPoint

java.lang.Object
physx.NativeObject
physx.physics.PxContactPairPoint

public class PxContactPairPoint extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxContactPairPoint

      protected PxContactPairPoint()
    • PxContactPairPoint

      protected PxContactPairPoint(long address)
  • Method Details

    • wrapPointer

      public static PxContactPairPoint wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getPosition

      public PxVec3 getPosition()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setPosition

      public void setPosition(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getSeparation

      public float getSeparation()
      Returns:
      WebIDL type: float
    • setSeparation

      public void setSeparation(float value)
      Parameters:
      value - WebIDL type: float
    • getNormal

      public PxVec3 getNormal()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setNormal

      public void setNormal(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getInternalFaceIndex0

      public int getInternalFaceIndex0()
      Returns:
      WebIDL type: unsigned long
    • setInternalFaceIndex0

      public void setInternalFaceIndex0(int value)
      Parameters:
      value - WebIDL type: unsigned long
    • getImpulse

      public PxVec3 getImpulse()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setImpulse

      public void setImpulse(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getInternalFaceIndex1

      public int getInternalFaceIndex1()
      Returns:
      WebIDL type: unsigned long
    • setInternalFaceIndex1

      public void setInternalFaceIndex1(int value)
      Parameters:
      value - WebIDL type: unsigned long