Class Vector4Attribute

  • All Implemented Interfaces:
    java.lang.Comparable<com.badlogic.gdx.graphics.g3d.Attribute>

    public class Vector4Attribute
    extends com.badlogic.gdx.graphics.g3d.Attribute
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Hterms  
      static java.lang.String HtermsAlias  
      float[] value  
      • Fields inherited from class com.badlogic.gdx.graphics.g3d.Attribute

        type
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(com.badlogic.gdx.graphics.g3d.Attribute o)  
      com.badlogic.gdx.graphics.g3d.Attribute copy()  
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class com.badlogic.gdx.graphics.g3d.Attribute

        equals, getAttributeAlias, getAttributeType, register, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        public float[] value
      • Hterms

        public static final long Hterms
    • Constructor Detail

      • Vector4Attribute

        public Vector4Attribute​(long type)
      • Vector4Attribute

        public Vector4Attribute​(long type,
                                float[] value)
    • Method Detail

      • copy

        public com.badlogic.gdx.graphics.g3d.Attribute copy()
        Specified by:
        copy in class com.badlogic.gdx.graphics.g3d.Attribute
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.badlogic.gdx.graphics.g3d.Attribute
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class com.badlogic.gdx.graphics.g3d.Attribute
      • compareTo

        public int compareTo​(com.badlogic.gdx.graphics.g3d.Attribute o)