/[fenfire]/fenfire/org/fenfire/modules/pp/Pp.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/Pp.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by mudyc, Wed Apr 16 05:59:23 2003 UTC revision 1.20 by mudyc, Wed Apr 16 06:06:52 2003 UTC
# Line 242  public static final String rcsid = "$Id$ Line 242  public static final String rcsid = "$Id$
242    
243          if (GraphicsAPI.getInstance() instanceof GLAPI) {          if (GraphicsAPI.getInstance() instanceof GLAPI) {
244              GLVobCoorder c = (GLVobCoorder)curVs.coords;              GLVobCoorder c = (GLVobCoorder)curVs.coords;
245              throw new Error("gl link not implemented!");  
246                /*
247                if (dir < 0){
248                    buoyCS = c.buoyOnCircle(0, anchorCenter,
249                                            ctrX, ctrY, r,
250                                            ctrX-r, ctrY, .1);
251                } else {
252                    buoyCS = c.buoyOnCircle(0, anchorCenter,
253                                            ctrX, ctrY, r,
254                                            ctrX+r, ctrY, .1);
255                }
256                */
257                throw new Error("gl buoyoincircle linking not implemented!");
258          } else {          } else {
259              OrthoCoorder c = (OrthoCoorder)curVs.coords;              OrthoCoorder c = (OrthoCoorder)curVs.coords;
260              if (dir < 0){              if (dir < 0){

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26