public class StagePosition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
numAxes |
java.lang.String |
stageName |
double |
x
NOTE: despite what the name fields in this class may suggest, every
StagePosition in practice has only 1 or 2 axes, and thus only uses either
the x, or the x and y fields.
|
double |
y |
double |
z |
Constructor and Description |
---|
StagePosition() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getVerbose() |
static StagePosition |
newInstance(StagePosition aPos) |
public double x
public double y
public double z
public java.lang.String stageName
public int numAxes
public static StagePosition newInstance(StagePosition aPos)
public java.lang.String getVerbose()