Skip to content

Commit f40f3db

Browse files
committed
Fixing the documentation for Matrix4.makeOrthographic. Top comes before bottom in the three.js API.
1 parent 1b9e3a9 commit f40f3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/math/Matrix4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ <h3>[method:Matrix4 makePerspective]( [page:Float fov], [page:Float aspect], [pa
223223
Creates a perspective projection matrix.
224224
</div>
225225

226-
<h3>[method:Matrix4 makeOrthographic]( [page:Float left], [page:Float right], [page:Float bottom], [page:Float top], [page:Float near], [page:Float far] ) [page:Matrix4 this]</h3>
226+
<h3>[method:Matrix4 makeOrthographic]( [page:Float left], [page:Float right], [page:Float top], [page:Float bottom], [page:Float near], [page:Float far] ) [page:Matrix4 this]</h3>
227227
<div>
228228
Creates an orthographic projection matrix.
229229
</div>

0 commit comments

Comments
 (0)