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

Method get_normalized3

encoder/basisu_math.h:702–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

700 }
701
702 inline vec get_normalized3(const vec* pDefaultVec = NULL) const
703 {
704 vec result(*this);
705 result.normalize3(pDefaultVec);
706 return result;
707 }
708
709 inline vec& clamp(T l, T h)
710 {

Callers

nothing calls this directly

Calls 1

normalize3Method · 0.45

Tested by

no test coverage detected