Class PxConvexMesh


  • public class PxConvexMesh
    extends PxBase
    • Constructor Detail

      • PxConvexMesh

        protected PxConvexMesh()
      • PxConvexMesh

        protected PxConvexMesh​(long address)
    • Method Detail

      • wrapPointer

        public static PxConvexMesh wrapPointer​(long address)
      • getNbVertices

        public int getNbVertices()
        Returns:
        WebIDL type: unsigned long
      • getVertices

        public PxVec3 getVertices()
        Returns:
        WebIDL type: PxVec3 [Const]
      • getNbPolygons

        public int getNbPolygons()
        Returns:
        WebIDL type: unsigned long
      • getPolygonData

        public boolean getPolygonData​(int index,
                                      PxHullPolygon data)
        Parameters:
        index - WebIDL type: unsigned long
        data - WebIDL type: PxHullPolygon [Ref]
        Returns:
        WebIDL type: boolean
      • getReferenceCount

        public int getReferenceCount()
        Returns:
        WebIDL type: unsigned long
      • acquireReference

        public void acquireReference()
      • getLocalBounds

        public PxBounds3 getLocalBounds()
        Returns:
        WebIDL type: PxBounds3 [Value]
      • isGpuCompatible

        public boolean isGpuCompatible()
        Returns:
        WebIDL type: boolean