Class PxContactPoint

java.lang.Object
physx.NativeObject
physx.geometry.PxContactPoint

public class PxContactPoint extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxContactPoint

      protected PxContactPoint(long address)
    • PxContactPoint

      public PxContactPoint()
  • Method Details

    • wrapPointer

      public static PxContactPoint wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getNormal

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

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

      public PxVec3 getPoint()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setPoint

      public void setPoint(PxVec3 value)
      Parameters:
      value - WebIDL type: PxVec3 [Value]
    • getTargetVel

      public PxVec3 getTargetVel()
      Returns:
      WebIDL type: PxVec3 [Value]
    • setTargetVel

      public void setTargetVel(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
    • getMaxImpulse

      public float getMaxImpulse()
      Returns:
      WebIDL type: float
    • setMaxImpulse

      public void setMaxImpulse(float value)
      Parameters:
      value - WebIDL type: float
    • getStaticFriction

      public float getStaticFriction()
      Returns:
      WebIDL type: float
    • setStaticFriction

      public void setStaticFriction(float value)
      Parameters:
      value - WebIDL type: float
    • getMaterialFlags

      public byte getMaterialFlags()
      Returns:
      WebIDL type: octet
    • setMaterialFlags

      public void setMaterialFlags(byte value)
      Parameters:
      value - WebIDL type: octet
    • getInternalFaceIndex1

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

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

      public float getDynamicFriction()
      Returns:
      WebIDL type: float
    • setDynamicFriction

      public void setDynamicFriction(float value)
      Parameters:
      value - WebIDL type: float
    • getRestitution

      public float getRestitution()
      Returns:
      WebIDL type: float
    • setRestitution

      public void setRestitution(float value)
      Parameters:
      value - WebIDL type: float
    • getDamping

      public float getDamping()
      Returns:
      WebIDL type: float
    • setDamping

      public void setDamping(float value)
      Parameters:
      value - WebIDL type: float