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

Method get_normalized3

example_transcoding/utils.h:1063–1068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1061 }
1062
1063 inline vec get_normalized3(const vec* pDefaultVec = NULL) const
1064 {
1065 vec result(*this);
1066 result.normalize3(pDefaultVec);
1067 return result;
1068 }
1069
1070 inline vec& clamp(T l, T h)
1071 {

Callers

nothing calls this directly

Calls 1

normalize3Method · 0.45

Tested by

no test coverage detected