Package physx.physics

Class PxGeomRaycastHit

Direct Known Subclasses:
PxRaycastHit

public class PxGeomRaycastHit extends PxLocationHit
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • PxGeomRaycastHit

      protected PxGeomRaycastHit()
    • PxGeomRaycastHit

      protected PxGeomRaycastHit(long address)
  • Method Details

    • wrapPointer

      public static PxGeomRaycastHit wrapPointer(long address)
    • arrayGet

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

      public void destroy()
      Overrides:
      destroy in class PxLocationHit
    • getU

      public float getU()
      Returns:
      WebIDL type: float
    • setU

      public void setU(float value)
      Parameters:
      value - WebIDL type: float
    • getV

      public float getV()
      Returns:
      WebIDL type: float
    • setV

      public void setV(float value)
      Parameters:
      value - WebIDL type: float
    • hadInitialOverlap

      public boolean hadInitialOverlap()
      Returns:
      WebIDL type: boolean