|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgestalt.shape.AbstractShape
gestalt.shape.Triangle
public abstract class Triangle
| Field Summary | |
|---|---|
static int |
A
|
static int |
B
|
static int |
C
|
| Constructor Summary | |
|---|---|
Triangle()
|
|
| Method Summary | |
|---|---|
Vertex3f |
a()
|
Vertex3f |
b()
|
Vertex3f |
c()
|
Vertex3f[] |
vertices()
|
| Methods inherited from class gestalt.shape.AbstractShape |
|---|
add, getSortData, getSortValue, getTransformMode, isActive, isSortable, material, position, position, position, position, rotation, rotation, scale, scale, scale, setActive, setChildContainer, setMaterialRef, setPositionRef, setRotationRef, setScaleRef, setSortValue, setTransformMode, setTransformRef, transform |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface gestalt.render.Drawable |
|---|
draw |
| Field Detail |
|---|
public static int A
public static int B
public static int C
| Constructor Detail |
|---|
public Triangle()
| Method Detail |
|---|
public Vertex3f a()
public Vertex3f b()
public Vertex3f c()
public Vertex3f[] vertices()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||