gestalt.extension.quadline
Class QuadFragment

java.lang.Object
  extended by gestalt.extension.quadline.QuadFragment
All Implemented Interfaces:
java.io.Serializable

public class QuadFragment
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 Color colorA
           
 Color colorB
           
 Vector3f normal
           
 Vector3f pointA
           
 Vector3f pointB
           
 Vector2f texcoordA
           
 Vector2f texcoordB
           
 
Constructor Summary
QuadFragment()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pointA

public final Vector3f pointA

pointB

public final Vector3f pointB

texcoordA

public final Vector2f texcoordA

texcoordB

public final Vector2f texcoordB

colorA

public Color colorA

colorB

public Color colorB

normal

public final Vector3f normal
Constructor Detail

QuadFragment

public QuadFragment()


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