public interface Vector4f extends IdEObject
GeometryPackage.getVector4f()| Modifier and Type | Method and Description |
|---|---|
float |
getW()
Returns the value of the 'W' attribute.
|
float |
getX()
Returns the value of the 'X' attribute.
|
float |
getY()
Returns the value of the 'Y' attribute.
|
float |
getZ()
Returns the value of the 'Z' attribute.
|
void |
setW(float value)
Sets the value of the '
W' attribute. |
void |
setX(float value)
Sets the value of the '
X' attribute. |
void |
setY(float value)
Sets the value of the '
Y' attribute. |
void |
setZ(float value)
Sets the value of the '
Z' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removefloat getX()
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
setX(float),
GeometryPackage.getVector4f_X()void setX(float value)
X' attribute.
value - the new value of the 'X' attribute.getX()float getY()
If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
setY(float),
GeometryPackage.getVector4f_Y()void setY(float value)
Y' attribute.
value - the new value of the 'Y' attribute.getY()float getZ()
If the meaning of the 'Z' attribute isn't clear, there really should be more of a description here...
setZ(float),
GeometryPackage.getVector4f_Z()void setZ(float value)
Z' attribute.
value - the new value of the 'Z' attribute.getZ()float getW()
If the meaning of the 'W' attribute isn't clear, there really should be more of a description here...
setW(float),
GeometryPackage.getVector4f_W()Copyright © 2018 OpenSource BIM. All rights reserved.