public interface Point extends Value
ValuesPackage.getPoint()
Modifier and Type | Method and Description |
---|---|
double |
getX()
Returns the value of the 'X' attribute.
|
double |
getY()
Returns the value of the 'Y' attribute.
|
double |
getZ()
Returns the value of the 'Z' attribute.
|
void |
setX(double value)
Sets the value of the '
X ' attribute. |
void |
setY(double value)
Sets the value of the '
Y ' attribute. |
void |
setZ(double value)
Sets the value of the '
Z ' attribute. |
isSynched, setSynched
double getX()
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
setX(double)
,
ValuesPackage.getPoint_X()
void setX(double value)
X
' attribute.
value
- the new value of the 'X' attribute.getX()
double getY()
If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
setY(double)
,
ValuesPackage.getPoint_Y()
void setY(double value)
Y
' attribute.
value
- the new value of the 'Y' attribute.getY()
double getZ()
If the meaning of the 'Z' attribute isn't clear, there really should be more of a description here...
setZ(double)
,
ValuesPackage.getPoint_Z()