Returns the length of this vector * @return {number}
()
| 677 | /** Returns the length of this vector |
| 678 | * @return {number} */ |
| 679 | length() { return this.lengthSquared()**.5; } |
| 680 | |
| 681 | /** Returns the length of this vector squared |
| 682 | * @return {number} */ |
no test coverage detected