Class Matrix3Attribute

java.lang.Object
gaiasky.util.gdx.shader.attribute.Attribute
gaiasky.util.gdx.shader.attribute.Matrix3Attribute
All Implemented Interfaces:
Comparable<Attribute>

public class Matrix3Attribute extends Attribute
  • Field Details

    • value

      public com.badlogic.gdx.math.Matrix3 value
    • Gwmat3Alias

      public static final String Gwmat3Alias
      See Also:
    • Gwmat3

      public static final int Gwmat3
  • Constructor Details

    • Matrix3Attribute

      public Matrix3Attribute(int index)
    • Matrix3Attribute

      public Matrix3Attribute(int index, com.badlogic.gdx.math.Matrix3 value)
  • Method Details

    • set

      public void set(com.badlogic.gdx.math.Matrix3 value)
    • copy

      public Attribute copy()
      Specified by:
      copy in class Attribute
      Returns:
      An exact copy of this attribute
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Attribute
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Attribute
    • compareTo

      public int compareTo(Attribute o)