Package physx.support

Class Vector_PxVec3

    • Constructor Detail

      • Vector_PxVec3

        protected Vector_PxVec3​(long address)
      • Vector_PxVec3

        public Vector_PxVec3()
      • Vector_PxVec3

        public Vector_PxVec3​(int size)
        Parameters:
        size - WebIDL type: unsigned long
    • Method Detail

      • wrapPointer

        public static Vector_PxVec3 wrapPointer​(long address)
      • destroy

        public void destroy()
      • at

        public PxVec3 at​(int index)
        Parameters:
        index - WebIDL type: unsigned long
        Returns:
        WebIDL type: PxVec3 [Ref]
      • size

        public int size()
        Returns:
        WebIDL type: unsigned long
      • push_back

        public void push_back​(PxVec3 value)
        Parameters:
        value - WebIDL type: PxVec3 [Ref]
      • clear

        public void clear()