Return the length of this vector. @return the length
()
| 1035 | * @return the length |
| 1036 | */ |
| 1037 | @SafeToToString |
| 1038 | public double length() { |
| 1039 | return Math.sqrt(lengthSquared()); |
| 1040 | } |
| 1041 | |
| 1042 | /** |
| 1043 | * Normalize this vector. |
no test coverage detected