public class Bounds extends Object
Constructor and Description |
---|
Bounds(double minX,
double minY,
double minZ,
double width,
double height,
double depth)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
double |
getDepth()
Deprecated.
Gets the depth of the bounding cube along z-axis.
|
double |
getHeight()
Deprecated.
Gets the height of the bounding cube along y-axis).
|
double |
getMinX()
Deprecated.
Gets min X coordinate of bounding cube.
|
double |
getMinY()
Deprecated.
Gets the min Y coordinate of bounding cube.
|
double |
getMinZ()
Deprecated.
Sets the min Z coordinate of bounding cube.
|
double |
getWidth()
Deprecated.
Gets the width of the bounding cube (along x-axis)
|
void |
setDepth(double depth)
Deprecated.
Sets the depth of the bounding cube along z-axis
|
void |
setHeight(double height)
Deprecated.
Sets the height of the bounding cube along y-axis.
|
void |
setMinX(double minX)
Deprecated.
Sets min X coordinate of bounding cube.
|
void |
setMinY(double minY)
Deprecated.
Sets the min Y coordinate of bounding cube.
|
void |
setMinZ(double minZ)
Deprecated.
Sets the min Z coordinate of the bounding cube.
|
void |
setWidth(double width)
Deprecated.
Sets the width of the bouding cube along x-axis.
|
public Bounds(double minX, double minY, double minZ, double width, double height, double depth)
minX
- minY
- minZ
- width
- height
- depth
- public double getMinX()
public void setMinX(double minX)
minX
- the minX to setpublic double getMinY()
public void setMinY(double minY)
minY
- the minY to setpublic double getMinZ()
public void setMinZ(double minZ)
minZ
- the minZ to setpublic double getWidth()
public void setWidth(double width)
width
- the width to setpublic double getHeight()
public void setHeight(double height)
height
- the height to setpublic double getDepth()
public void setDepth(double depth)
depth
- the depth to set