Package physx.support

Class Vector_PxReal

    • Constructor Detail

      • Vector_PxReal

        protected Vector_PxReal​(long address)
      • Vector_PxReal

        public Vector_PxReal()
      • Vector_PxReal

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

      • wrapPointer

        public static Vector_PxReal wrapPointer​(long address)
      • destroy

        public void destroy()
      • at

        public float at​(int index)
        Parameters:
        index - WebIDL type: unsigned long
        Returns:
        WebIDL type: float
      • data

        public NativeObject data()
        Returns:
        WebIDL type: VoidPtr
      • size

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

        public void push_back​(float value)
        Parameters:
        value - WebIDL type: float