public class Transformation
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Transformation(java.lang.String name,
float[][] matrix)
Creates a material instance from parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object)
Returns
true if this transformation is equal to object. |
float[][] |
getMatrix()
Returns the matrix of this transformation.
|
java.lang.String |
getName()
Returns the name of this transformation.
|
int |
hashCode()
Returns a hash code for this transformation.
|
public Transformation(java.lang.String name,
float[][] matrix)
public java.lang.String getName()
public float[][] getMatrix()
public boolean equals(java.lang.Object object)
true if this transformation is equal to object.equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object

© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License