Flight Club


flightclub.data
Class Paraglider

java.lang.Object
  |
  +--flightclub.client.GliderType
        |
        +--flightclub.data.Paraglider

public class Paraglider
extends GliderType

This class outputs a text file of data for a paraglider. See GliderType for a definition of the file format. The file paraglider.txt is output to the current directory. The shape of a paraglider and pilot was written by Artem Nikulchev


Field Summary
 
Fields inherited from class flightclub.client.GliderType
modelViewer, obj, polar, turnRadius, typeName
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class flightclub.client.GliderType
toString, writeFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)

Dan Burton <danb@dircon.co.uk> | latest update: 20 Sep 2002;