MCPcopy Create free account
hub / github.com/BinomialLLC/basis_universal / get_normalized

Method get_normalized

example_transcoding/utils.h:1056–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

normalizeMethod · 0.45

Tested by

no test coverage detected