Get the size of this Cuboid along the Y axis @return Size of Cuboid along the Y axis
()
| 233 | * @return Size of Cuboid along the Y axis |
| 234 | */ |
| 235 | public int getSizeY() { |
| 236 | return (y2 - y1) + 1; |
| 237 | } |
| 238 | |
| 239 | /** |
| 240 | * Get the size of this Cuboid along the Z axis |
no outgoing calls
no test coverage detected