Gets the X component. @return The X component.
()
| 556 | * @return The X component. |
| 557 | */ |
| 558 | public double getX() { |
| 559 | return x; |
| 560 | } |
| 561 | |
| 562 | /** |
| 563 | * Gets the floored value of the X component, indicating the block that |
no outgoing calls
no test coverage detected