Class Support

java.lang.Object
physx.NativeObject
physx.extensions.Support
Direct Known Subclasses:
BoxSupport, CapsuleSupport, ConvexGeomSupport, ConvexMeshSupport, CustomSupport, SphereSupport

public class Support extends NativeObject
  • Field Details

    • SIZEOF

      public static final int SIZEOF
    • ALIGNOF

      public static final int ALIGNOF
      See Also:
  • Constructor Details

    • Support

      protected Support()
    • Support

      protected Support(long address)
  • Method Details

    • wrapPointer

      public static Support wrapPointer(long address)
    • arrayGet

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

      public void destroy()
    • getMargin

      public float getMargin()
      Returns:
      WebIDL type: float
    • supportLocal

      public PxVec3 supportLocal(PxVec3 dir)
      Parameters:
      dir - WebIDL type: PxVec3 [Const, Ref]
      Returns:
      WebIDL type: PxVec3 [Value]