Class GLKVector3


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

      Constructors 
      Modifier Constructor Description
        GLKVector3()  
      protected GLKVector3​(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

      • GLKVector3

        public GLKVector3()
      • GLKVector3

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

      • v

        public float v​(int field_idx)
      • setV

        public void setV​(float value,
                         int field_idx)