public class Box3D
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
depth
Box depth.
|
int |
height
Box height.
|
int |
width
Box width.
|
int |
x
X coordinate of the corner with smallest coordinates
|
int |
y
Y coordinate of the corner with smallest coordinates
|
int |
z
Z coordinate of the corner with smallest coordinates
|
Constructor and Description |
---|
Box3D()
Constructor for the Point3D object
|
public int x
public int y
public int z
public int width
public int height
public int depth
public Point3D origin()