source/Math/Math.cpp: removed comment.
This commit is contained in:
parent
7bf8617267
commit
482ce62023
1 changed files with 0 additions and 2 deletions
|
|
@ -25,8 +25,6 @@ namespace math {
|
||||||
return ::pow(2.0f, exp);
|
return ::pow(2.0f, exp);
|
||||||
}
|
}
|
||||||
|
|
||||||
// left, right, bottom, top, near, far.
|
|
||||||
|
|
||||||
Matrix4f orthoProjection(float left, float right,
|
Matrix4f orthoProjection(float left, float right,
|
||||||
float bottom, float top,
|
float bottom, float top,
|
||||||
float zNear, float zFar) {
|
float zNear, float zFar) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue