Class Vector2f


  • public class Vector2f
    extends java.lang.Object
    • Constructor Detail

      • Vector2f

        public Vector2f​(long cPtr,
                        boolean cMemoryOwn)
      • Vector2f

        public Vector2f()
      • Vector2f

        public Vector2f​(float x,
                        float y)
    • Method Detail

      • getCPtr

        public static long getCPtr​(Vector2f obj)
      • delete

        public void delete()
      • size

        public long size()
      • norm2

        public float norm2()
      • norm1

        public float norm1()
      • normInf

        public float normInf()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • get

        public float get​(long i)
      • set

        public void set​(long i,
                        float d)