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

© Copyrights 2006-2019 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License