Difference between revisions of "Matrix:orthographicProjection"

From GiderosMobile
(remove language stuff)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2016.06<br/>
'''<translate>Available since</translate>:''' Gideros 2016.06<br/>
+
'''Class:''' [[Matrix]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/Matrix|Matrix]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>Replace this matrix by an orthographic projection suitable for the current 3D engine</translate>
+
Replaces this matrix by an orthographic projection. Suitable for the current 3D engine.
 
<source lang="lua">
 
<source lang="lua">
Matrix:orthographicProjection(left,right,bottom,top,near,far)
+
Matrix:orthographicProjection(left,right,bottom,top,near,far)
 
</source>
 
</source>
=== <translate>Parameters</translate> ===
+
 
'''left''': (number) <translate>left plane distance</translate> <br/>
+
=== Parameters ===
'''right''': (number) <translate>right plane distance</translate> <br/>
+
'''left''': (number) left plane distance<br/>
'''bottom''': (number) <translate>bottom plane distance</translate> <br/>
+
'''right''': (number) right plane distance<br/>
'''top''': (number) <translate>top plane distance</translate> <br/>
+
'''bottom''': (number) bottom plane distance<br/>
'''near''': (number) <translate>near plane distance</translate> <br/>
+
'''top''': (number) top plane distance<br/>
'''far''': (number) <translate>far plane distance</translate> <br/>
+
'''near''': (number) near plane distance<br/>
 +
'''far''': (number) far plane distance<br/>
  
 
{{Matrix}}
 
{{Matrix}}

Revision as of 07:22, 25 December 2020