Skip to main content

GizmoMatrix

class GizmoMatrix

Class responsible for fetching and defining the rendering matrix of a GizmoElement, the GizmoObjectMatrix class inherits the GizmoMatrix class.


public class GizmoMatrix extends GizmoElement

— Constructors (1) —

ConstructorDescription
GizmoMatrix()Creates a new GizmoMatrix.

— Methods (2) —

NameDescription
float[] getMatrix()Returns the current render matrix of the GizmoMatriz.
void setMatrix(float[] matrix)Sets the current rendering matrix of GizmoMatrix to be "matrix" argument.