|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Transformable
Transformable specifies a single spatial transformation, via a Transform3D object, that can be positioned, oriented and scaled.
| Method Summary | |
|---|---|
java.lang.String |
getName()
|
org.openmali.vecmath2.Point3f |
getPosition()
Retrieves and returns the View's position from its Transform3D. |
void |
getPosition(org.openmali.vecmath2.Tuple3f position)
Retrieves the View's position from its Transform3D and writes it into position. |
Transform3D |
getTransform()
Gets the transform for this object. |
void |
getTransform(Transform3D t)
Gets the transform for this object. |
void |
setName(java.lang.String name)
Sets this Node's name |
void |
setPosition(float posX,
float posY,
float posZ)
Repositions the TransformNode |
void |
setPosition(org.openmali.vecmath2.Tuple3f position)
Repositions the TransformNode |
void |
setTransform(Transform3D t)
Sets the transform for this object. |
| Method Detail |
|---|
void setTransform(Transform3D t)
Transform3D getTransform()
void getTransform(Transform3D t)
void setPosition(float posX,
float posY,
float posZ)
posX - the new x-positionposY - the new y-positionposZ - the new z-positionvoid setPosition(org.openmali.vecmath2.Tuple3f position)
position - the new positionvoid getPosition(org.openmali.vecmath2.Tuple3f position)
position - the tuple to write the positional data into.org.openmali.vecmath2.Point3f getPosition()
java.lang.String getName()
void setName(java.lang.String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||