Android.Opengl.Matrix.OrthoM Method
Computes an orthographic projection matrix.

Syntax

[Android.Runtime.Register("orthoM", "([FIFFFFFF)V", "")]
public static void OrthoM (float[] m, int mOffset, float left, float right, float bottom, float top, float near, float far)

Parameters

m
returns the result
mOffset
Documentation for this section has not yet been entered.
left
Documentation for this section has not yet been entered.
right
Documentation for this section has not yet been entered.
bottom
Documentation for this section has not yet been entered.
top
Documentation for this section has not yet been entered.
near
Documentation for this section has not yet been entered.
far
Documentation for this section has not yet been entered.

Remarks

Computes an orthographic projection matrix.

[Android Documentation]

Requirements

Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1