Matrix4
indigo.shared.datatypes.Matrix4$package.Matrix4
object Matrix4
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Matrix4.type
Members list
Value members
Concrete methods
def orthographic(left: Double, right: Double, bottom: Double, top: Double, near: Double, far: Double): Matrix4
Usage Matrix.projection(2 * aspectRatio, 2, 2) (assuming width > height) because the screen by default is 2 x 2 units: -1 to 1
Usage Matrix.projection(2 * aspectRatio, 2, 2) (assuming width > height) because the screen by default is 2 x 2 units: -1 to 1
Attributes
Extensions
Extensions
In this article