Searched refs:rls (Results 1 – 1 of 1) sorted by relevance
721 float rls = 1.0f / Matrix.length(sx, sy, sz); in setLookAtM() local722 sx *= rls; in setLookAtM()723 sy *= rls; in setLookAtM()724 sz *= rls; in setLookAtM()