Gets the x (center) coordinate of the element
()
| 192 | private interface QuadtreeElement<T>{ |
| 193 | /** Gets the x (center) coordinate of the element */ |
| 194 | public int getX(); |
| 195 | /** Gets the y (center) coordinate of the element */ |
| 196 | public int getY(); |
| 197 |
no outgoing calls