Up: JGV Home Page

JGV Example: Coordinate Planes (with inline data)

The JGV instance above shows a set of 3 intersecting planes. The applet tag for this instance, showing the data being given in the tag, is below.

<applet
  code="geom.jgv.JGVApplet"
  codebase=../..
  width=400 height=400>
<param name="background" value="0x749ece">
<param name="geom" value="
INST                                ;
transform                           ;
    0.28   -0.31    0.56   0        ;
    0.63    0.01   -0.30   0        ;
    0.13    0.63    0.28   0        ;
    0       0       0      1        ;
  geom {                            ;
OFF                                 ;
12 3 0                              ;
                                    ;
-1 -1  0                            ;
-1  1  0                            ;
 1  1  0                            ;
 1 -1  0                            ;
                                    ;
 0 -1 -1                            ;
 0 -1  1                            ;
 0  1  1                            ;
 0  1 -1                            ;
                                    ;
-1  0 -1                            ;
 1  0 -1                            ;
 1  0  1                            ;
-1  0  1                            ;
                                    ;
4  0 1 2 3      255 0 0             ;
4  4 5 6 7      255 255 0           ;
4  8 9 10 11    255 0 255           ;
}                                   ;
">
</applet>

[HOME] The Geometry Center Home Page

Comments to: webmaster@geom.umn.edu
Created: Sep 16 1996 --- Last modified: Thu Jan 29 14:49:10 1998