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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Person
public Person()
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.