Flight Club


flightclub.data
Class Person

java.lang.Object
  |
  +--flightclub.data.Person

public class Person
extends java.lang.Object

This class implements a person. The shape is based on a design by Artem Nikulchev for his paraglider pilot. A person may appear in various guises - a sailplane pilot, a hang glider pilot, a paraglider pilot... People are important. People ARE important. They will crop up again and again in Flight Club. The fundamental unit of distance is 0.1 - the height of a person ! Much as architectural drawings have little people in them, our Flight Club models (and unit tests) include people. The black rectangular obilisk in Stanley Kubrick's film '2001 - a Space Oddessy' is *magical*. People are magical.


Field Summary
static int HG
           
static int NUM_POLYGONS
           
static int PG
           
static float SIZE
           
static int SP
           
static int STANDING
           
 
Constructor Summary
Person()
           
 
Method Summary
static void addPilot(Obj3d o, int mode)
          Adds a pilot to the wing.
static Obj3d createPerson(ModelViewer modelViewer)
          Returns a person standing at the origin facing +y.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUM_POLYGONS

public static final int NUM_POLYGONS
See Also:
Constant Field Values

SIZE

public static final float SIZE
See Also:
Constant Field Values

PG

public static final int PG
See Also:
Constant Field Values

HG

public static final int HG
See Also:
Constant Field Values

SP

public static final int SP
See Also:
Constant Field Values

STANDING

public static final int STANDING
See Also:
Constant Field Values
Constructor Detail

Person

public Person()
Method Detail

addPilot

public static void addPilot(Obj3d o,
                            int mode)
Adds a pilot to the wing.


createPerson

public static Obj3d createPerson(ModelViewer modelViewer)
Returns a person standing at the origin facing +y.


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