Get the size of this Cuboid along the X axis @return Size of Cuboid along the X axis
()
| 224 | * @return Size of Cuboid along the X axis |
| 225 | */ |
| 226 | public int getSizeX() { |
| 227 | return (x2 - x1) + 1; |
| 228 | } |
| 229 | |
| 230 | /** |
| 231 | * Get the size of this Cuboid along the Y axis |
no outgoing calls
no test coverage detected