From ea933c654afe31623e144fb681584dc17998214a Mon Sep 17 00:00:00 2001 From: MindSpunk Date: Wed, 19 Dec 2018 14:11:49 +1100 Subject: [PATCH] minor doc typo --- nalgebra-glm/src/ext/matrix_clip_space.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nalgebra-glm/src/ext/matrix_clip_space.rs b/nalgebra-glm/src/ext/matrix_clip_space.rs index bedc34ac..2bd9ec6b 100644 --- a/nalgebra-glm/src/ext/matrix_clip_space.rs +++ b/nalgebra-glm/src/ext/matrix_clip_space.rs @@ -134,7 +134,7 @@ pub fn ortho_lh_zo(left: N, right: N, bottom: N, top: N, znear: N, zfar mat } -/// Creates a matrix for a right hand orthographic-view frustum with a depth range of 0 to 1 +/// Creates a matrix for a right hand orthographic-view frustum with a depth range of -1 to 1 /// /// # Parameters ///