Constructor and Description |
---|
Quad() |
Quad(Point p0,
Point p1,
Point p2,
Point p3) |
Modifier and Type | Method and Description |
---|---|
Rectangle |
boundingBox() |
float |
getBoundingHeight() |
float |
getBoundingWidth() |
boolean |
IsInUnitRange() |
Quad |
scaled(float s) |
Quad |
scaled(float x,
float y) |
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
Quad |
translated(float x,
float y) |
Quad |
translated(Point t) |
public boolean IsInUnitRange()
public Quad translated(float x, float y)
public Quad scaled(float s)
public Quad scaled(float x, float y)
public Rectangle boundingBox()
public float getBoundingWidth()
public float getBoundingHeight()
public String toString()
Object
getClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString
method
if you intend implementing your own toString
method.