Class Matrix3Attribute
- java.lang.Object
-
- com.badlogic.gdx.graphics.g3d.Attribute
-
- gaia.cu9.ari.gaiaorbit.util.gdx.shader.Matrix3Attribute
-
- All Implemented Interfaces:
java.lang.Comparable<com.badlogic.gdx.graphics.g3d.Attribute>
public class Matrix3Attribute extends com.badlogic.gdx.graphics.g3d.Attribute
-
-
Field Summary
Fields Modifier and Type Field Description static long
Gwmat3
static java.lang.String
Gwmat3Alias
com.badlogic.gdx.math.Matrix3
value
-
Constructor Summary
Constructors Constructor Description Matrix3Attribute(long type)
Matrix3Attribute(long type, com.badlogic.gdx.math.Matrix3 value)
-
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()
void
set(com.badlogic.gdx.math.Matrix3 value)
-
-
-
Field Detail
-
value
public com.badlogic.gdx.math.Matrix3 value
-
Gwmat3Alias
public static final java.lang.String Gwmat3Alias
- See Also:
- Constant Field Values
-
Gwmat3
public static final long Gwmat3
-
-
Method Detail
-
set
public void set(com.badlogic.gdx.math.Matrix3 value)
-
copy
public com.badlogic.gdx.graphics.g3d.Attribute copy()
- Specified by:
copy
in classcom.badlogic.gdx.graphics.g3d.Attribute
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.badlogic.gdx.graphics.g3d.Attribute
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classcom.badlogic.gdx.graphics.g3d.Attribute
-
compareTo
public int compareTo(com.badlogic.gdx.graphics.g3d.Attribute o)
-
-