|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcs567.particles.OrthoMap
public class OrthoMap
Simple object for setting up orthographic projection in OpenGL, and mapping mouse clicks into the unit computational cell.
| Method Summary | |
|---|---|
void |
apply_glOrtho(javax.media.opengl.GL gl)
|
javax.vecmath.Point2d |
getPoint2d(java.awt.event.MouseEvent e)
Get 2d coordinates in unit computation cell of e using knowledge of ortho projection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void apply_glOrtho(javax.media.opengl.GL gl)
public javax.vecmath.Point2d getPoint2d(java.awt.event.MouseEvent e)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||