Set the Z component. @param z The new Z component. @return This vector.
(int z)
| 702 | * @return This vector. |
| 703 | */ |
| 704 | @NotNull |
| 705 | public Vector setZ(int z) { |
| 706 | this.z = z; |
| 707 | return this; |
| 708 | } |
| 709 | |
| 710 | /** |
| 711 | * Set the Z component. |
no outgoing calls
no test coverage detected