Class GLKVector2


  • public final class GLKVector2
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        GLKVector2()  
      protected GLKVector2​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setV​(float value, int field_idx)  
      float v​(int field_idx)  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GLKVector2

        public GLKVector2()
      • GLKVector2

        protected GLKVector2​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • v

        public float v​(int field_idx)
      • setV

        public void setV​(float value,
                         int field_idx)