| 1054 | } |
| 1055 | |
| 1056 | inline vec get_normalized(const vec* pDefaultVec = NULL) const |
| 1057 | { |
| 1058 | vec result(*this); |
| 1059 | result.normalize(pDefaultVec); |
| 1060 | return result; |
| 1061 | } |
| 1062 | |
| 1063 | inline vec get_normalized3(const vec* pDefaultVec = NULL) const |
| 1064 | { |