Searched refs:MTX34Scale (Results 1 – 1 of 1) sorted by relevance
387 NN_FORCE_INLINE MTX34* MTX34Scale(MTX34* pOut, const VEC3* pS);736 self_type& SetupScale(const VEC3& scale) { return *MTX34Scale(this, &scale); } in SetupScale()1255 MTX34Scale(MTX34* pOut, const VEC3* pS) in MTX34Scale() function1351 inline MTX34* MTX34Scale(MTX34* pOut, const VEC3& vS) { return MTX34Scale( pOut, &vS ); } in MTX34Scale() function