|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by objects which should be translated by mouse manipulation.
Method Summary | |
void |
getLocalToVworld(javax.media.j3d.Transform3D localToVworld)
Retrieves local to Vworld transform. |
boolean |
isLive()
Returns flag indicating whether this object is part of a live scene graph. |
void |
translate(javax.vecmath.Vector3d translation)
Translates object to location determined by the Point3d parameter. |
Method Detail |
public boolean isLive()
public void getLocalToVworld(javax.media.j3d.Transform3D localToVworld)
localToVworld
- Transform3D into which the object's local to Vworld transformation
will be copied.public void translate(javax.vecmath.Vector3d translation)
translation
- new location of object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |