Get the size of this Cuboid along the Z axis @return Size of Cuboid along the Z axis
()
| 242 | * @return Size of Cuboid along the Z axis |
| 243 | */ |
| 244 | public int getSizeZ() { |
| 245 | return (z2 - z1) + 1; |
| 246 | } |
| 247 | |
| 248 | /** |
| 249 | * Get the cuboid dimensions |
no outgoing calls
no test coverage detected