Class EigenRowVector3f


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

      • EigenRowVector3f

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

        public EigenRowVector3f​(int dimx,
                                int dimy)
    • Method Detail

      • delete

        public void delete()
      • get

        public float get​(int x,
                         int y)
      • set

        public void set​(int x,
                        int y,
                        float value)
      • get

        public float get​(long row,
                         long column)
      • set

        public void set​(long row,
                        long column,
                        float d)