|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.umd.cs.jazz.ZLocator
ZLocator is used to locate a point on a scene graph object in the coordinate system of that scene graph object.
Constructor Summary | |
ZLocator(ZSceneGraphObject aSceneGraphObject)
Create a new ZLocator that will locate points on aSceneGraphObject. |
Method Summary | |
double |
getNormal()
Return the normal of the location. |
java.awt.geom.Point2D |
getPoint(java.awt.geom.Point2D aPoint)
Get the located point. |
ZSceneGraphObject |
getSceneGraphObject()
Return the scene graph object that the locator is locating points on. |
double |
getX()
Return the x coord of the located point. |
double |
getY()
Return the y coord of the located point. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ZLocator(ZSceneGraphObject aSceneGraphObject)
Method Detail |
public double getX()
public double getY()
public double getNormal()
public ZSceneGraphObject getSceneGraphObject()
public java.awt.geom.Point2D getPoint(java.awt.geom.Point2D aPoint)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |