Class PxContactBuffer.Raw

java.lang.Object
physx.geometry.PxContactBuffer.Raw
Enclosing class:
PxContactBuffer

public static class PxContactBuffer.Raw extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    Raw()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static long
    contact(long address)
     
    static boolean
    contact(long address, long pt)
     
    static boolean
    contact(long address, long worldPoint, long worldNormalIn, float separation)
     
    static boolean
    contact(long address, long worldPoint, long worldNormalIn, float separation, int faceIndex1)
     
    static void
    destroy(long address)
     
    static long
    getContacts(long address, int index)
     
    static int
    getCount(long address)
     
    static int
     
    static int
    getPad(long address)
     
    static void
    reset(long address)
     
    static void
    setContacts(long address, int index, long value)
     
    static void
    setCount(long address, int value)
     
    static void
    setPad(long address, int value)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Raw

      public Raw()
  • Method Details

    • destroy

      public static void destroy(long address)
    • getContacts

      public static long getContacts(long address, int index)
    • setContacts

      public static void setContacts(long address, int index, long value)
    • getCount

      public static int getCount(long address)
    • setCount

      public static void setCount(long address, int value)
    • getPad

      public static int getPad(long address)
    • setPad

      public static void setPad(long address, int value)
    • getMAX_CONTACTS

      public static int getMAX_CONTACTS()
    • reset

      public static void reset(long address)
    • contact

      public static boolean contact(long address, long worldPoint, long worldNormalIn, float separation)
    • contact

      public static boolean contact(long address, long worldPoint, long worldNormalIn, float separation, int faceIndex1)
    • contact

      public static boolean contact(long address, long pt)
    • contact

      public static long contact(long address)