Limits the length of this vector, based on the desired maximum length. @param limit desired maximum length for this vector @return this vector for chaining
(float limit)
| 35 | * @param limit desired maximum length for this vector |
| 36 | * @return this vector for chaining */ |
| 37 | T limit (float limit); |
| 38 | |
| 39 | /** Limits the length of this vector, based on the desired maximum length squared. |
| 40 | * <p /> |
no outgoing calls