gestalt.shape
Class Triangle

java.lang.Object
  extended by gestalt.shape.AbstractShape
      extended by gestalt.shape.Triangle
All Implemented Interfaces:
Drawable, java.io.Serializable
Direct Known Subclasses:
JoglTriangle

public abstract class Triangle
extends AbstractShape

See Also:
Serialized Form

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

A

public static int A

B

public static int B

C

public static int C
Constructor Detail

Triangle

public Triangle()
Method Detail

a

public Vertex3f a()

b

public Vertex3f b()

c

public Vertex3f c()

vertices

public Vertex3f[] vertices()


processing library gestalt_p5 by Patrick Kochlik + Dennis Paul. (c) 2009