Gets the Y component. @return The Y component.
()
| 575 | * @return The Y component. |
| 576 | */ |
| 577 | public double getY() { |
| 578 | return y; |
| 579 | } |
| 580 | |
| 581 | /** |
| 582 | * Gets the floored value of the Y component, indicating the block that |
no outgoing calls
no test coverage detected