mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
spelling: subtracting
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -39,7 +39,7 @@ namespace glm
|
|||||||
q[i] = in[i];
|
q[i] = in[i];
|
||||||
|
|
||||||
//j = [0,i[
|
//j = [0,i[
|
||||||
// Make that column orthogonal to all the previous ones by substracting to it the non-orthogonal projection of all the previous columns.
|
// Make that column orthogonal to all the previous ones by subtracting to it the non-orthogonal projection of all the previous columns.
|
||||||
// Also: Fill the zero elements of R
|
// Also: Fill the zero elements of R
|
||||||
for (length_t j = 0; j < i; j++)
|
for (length_t j = 0; j < i; j++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user