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 rotationtranslation - See translationscale - See scalejava.lang.IllegalArgumentException - if given array has a length other than 3.public DisplayEntry()
public double[] getRotation()
rotationpublic void setRotation(double[] rotation)
rotation - rotationjava.lang.IllegalArgumentException - if given array has a length other than 3.public double[] getTranslation()
translationpublic void setTranslation(double[] translation)
translation - translationjava.lang.IllegalArgumentException - if given array has a length other than 3.public double[] getScale()
scalepublic void setScale(double[] scale)
scale - scalejava.lang.IllegalArgumentException - if given array has a length other than 3.