Set the X component. @param x The new X component. @return This vector.
(int x)
| 614 | * @return This vector. |
| 615 | */ |
| 616 | @NotNull |
| 617 | public Vector setX(int x) { |
| 618 | this.x = x; |
| 619 | return this; |
| 620 | } |
| 621 | |
| 622 | /** |
| 623 | * Set the X component. |
no outgoing calls
no test coverage detected