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) —
| Constructor | Description |
|---|---|
| GizmoMatrix() | Creates a new GizmoMatrix. |
— Methods (2) —
| Name | Description |
|---|---|
| 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. |