There was an error while loading. Please reload this page.
2 parents 381d97b + ef24047 commit 15d7474Copy full SHA for 15d7474
webgl/lessons/webgl-matrix-naming.md
@@ -36,7 +36,7 @@ Here's the list from my head
36
37
* projection matrix
38
39
- a matrix and converts a frustum of space into clip space or some orthographic
+ a matrix that converts a frustum of space into clip space or some orthographic
40
space into clip space. Another way of thinking about this is it's the matrix
41
returned by your matrix math library's `perspective` and/or `ortho` or
42
`orthographic` function.
0 commit comments