samplecode
Class MultiAxisView

java.lang.Object
  extended by samplecode.MultiAxisView

public class MultiAxisView
extends java.lang.Object

This will create will view the coordinate axes from several different viewpoints. There is a 2 second delay between each view. This will also demonstrate cylinders and their rotations


Constructor Summary
MultiAxisView()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main code for this program.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiAxisView

public MultiAxisView()
Method Detail

main

public static void main(java.lang.String[] args)
The main code for this program.

Parameters:
args - Required by the system. Ignored in this case.