Sets the length of this vector. Does nothing if this vector is zero. @param len desired length for this vector @return this vector for chaining
(float len)
| 48 | * @param len desired length for this vector |
| 49 | * @return this vector for chaining */ |
| 50 | T setLength (float len); |
| 51 | |
| 52 | /** Sets the length of this vector, based on the square of the desired length. Does nothing if this vector is zero. |
| 53 | * <p /> |
no outgoing calls