public class DisplayEntry
extends java.lang.Object
Constructor and Description |
---|
DisplayEntry() |
DisplayEntry(double[] rotation,
double[] translation,
double[] scale) |
Modifier and Type | Method and Description |
---|---|
double[] |
getRotation() |
double[] |
getScale() |
double[] |
getTranslation() |
void |
setRotation(double[] rotation) |
void |
setScale(double[] scale) |
void |
setTranslation(double[] translation) |
public DisplayEntry(double[] rotation, double[] translation, double[] scale)
rotation
- See rotation
translation
- See translation
scale
- See scale
java.lang.IllegalArgumentException
- if given array has a length other than 3.public DisplayEntry()
public double[] getRotation()
rotation
public void setRotation(double[] rotation)
rotation
- rotation
java.lang.IllegalArgumentException
- if given array has a length other than 3.public double[] getTranslation()
translation
public void setTranslation(double[] translation)
translation
- translation
java.lang.IllegalArgumentException
- if given array has a length other than 3.public double[] getScale()
scale
public void setScale(double[] scale)
scale
- scale
java.lang.IllegalArgumentException
- if given array has a length other than 3.