Get the cuboid dimensions @return the dimensions
()
| 251 | * @return the dimensions |
| 252 | */ |
| 253 | public Dimension getDimension() { |
| 254 | return new Dimension(getSizeX(), getSizeY(), getSizeZ()); |
| 255 | } |
| 256 | |
| 257 | /** |
| 258 | * Get the minimum X co-ordinate of this Cuboid |