toxi.geom
Class Quad

java.lang.Object
  extended by toxi.geom.Quad

public class Quad
extends java.lang.Object


Field Summary
 Vec3D[] vertices
           
 
Constructor Summary
Quad()
           
Quad(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)
           
Quad(Quad q)
           
Quad(Vec3D[] vertices, int vertOffset)
           
Quad(Vec3D a, Vec3D b, Vec3D c, Vec3D d)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertices

public Vec3D[] vertices
Constructor Detail

Quad

public Quad()

Quad

public Quad(float x1,
            float y1,
            float x2,
            float y2,
            float x3,
            float y3,
            float x4,
            float y4)

Quad

public Quad(Quad q)

Quad

public Quad(Vec3D a,
            Vec3D b,
            Vec3D c,
            Vec3D d)

Quad

public Quad(Vec3D[] vertices,
            int vertOffset)