public class Rectangle3D extends Rectangle
Modifier and Type | Field and Description |
---|---|
double |
xRotation
The rotation in the x axis
|
double |
yRotation
The rotation in the x axis
|
float |
z
The Z position
|
double |
zRotation
The rotation in the x axis
|
Constructor and Description |
---|
Rectangle3D() |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
asciiHeader, asPolygon, binaryHeader, calculateArea, calculateCentroid, calculatePerimeter, calculateRegularBoundingBox, clone, equals, getBottomRight, getHeight, getTopLeft, getWidth, hashCode, intersectionArea, intersectionArea, isConvex, isInside, isInside, isOverlapping, maxX, maxY, minimumBoundingRectangle, minX, minY, overlapping, percentageOverlap, readASCII, readBinary, rotate, scale, scale, scaleCentroid, setBounds, transform, translate, union, writeASCII, writeBinary
public float z
public double xRotation
public double yRotation
public double zRotation
public Rectangle3D()