Class GLKVector4


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

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

      • GLKVector4

        public GLKVector4()
      • GLKVector4

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

      • v

        public float v​(int field_idx)
      • setV

        public void setV​(float value,
                         int field_idx)