toxi.geom
Class Quad
java.lang.Object
toxi.geom.Quad
public class Quad
- extends java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vertices
public Vec3D[] vertices
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)