mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 22:15:00 +00:00
Accidentally changed spaces to tabs. Reverting that change.
This commit is contained in:
parent
490cfbea3a
commit
982e395331
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ namespace glm
|
|||
|
||||
tvec3<T, P> axis = normalize(v);
|
||||
|
||||
Result[0][0] = c + (1 - c) * axis.x * axis.x;
|
||||
Result[0][0] = c + (1 - c) * axis.x * axis.x;
|
||||
Result[0][1] = (1 - c) * axis.x * axis.y + s * axis.z;
|
||||
Result[0][2] = (1 - c) * axis.x * axis.z - s * axis.y;
|
||||
Result[0][3] = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue