Set the Z component. @param z The new Z component. @return This vector.
(int z)
| 686 | * @return This vector. |
| 687 | */ |
| 688 | @NotNull |
| 689 | public Vector setZ(int z) { |
| 690 | this.z = z; |
| 691 | return this; |
| 692 | } |
| 693 | |
| 694 | /** |
| 695 | * Set the Z component. |
no outgoing calls
no test coverage detected