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

Method get_normalized

encoder/basisu_math.h:695–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693 }
694
695 inline vec get_normalized(const vec* pDefaultVec = NULL) const
696 {
697 vec result(*this);
698 result.normalize(pDefaultVec);
699 return result;
700 }
701
702 inline vec get_normalized3(const vec* pDefaultVec = NULL) const
703 {

Callers 1

make_rotate_matrixMethod · 0.45

Calls 1

normalizeMethod · 0.45

Tested by

no test coverage detected