minor doc typo

This commit is contained in:
MindSpunk 2018-12-19 14:11:49 +11:00 committed by Sébastien Crozet
parent 55b599e52c
commit ea933c654a

View File

@ -134,7 +134,7 @@ pub fn ortho_lh_zo<N: Real>(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
///