Set the X component. @param x The new X component. @return This vector.
(int x)
| 630 | * @return This vector. |
| 631 | */ |
| 632 | @NotNull |
| 633 | public Vector setX(int x) { |
| 634 | this.x = x; |
| 635 | return this; |
| 636 | } |
| 637 | |
| 638 | /** |
| 639 | * Set the X component. |
no outgoing calls
no test coverage detected