Matrix.OrthoM Method

Definition

Computes an orthographic projection matrix.

[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);
[<Android.Runtime.Register("orthoM", "([FIFFFFFF)V", "")>]
static member OrthoM : single[] * int * single * single * single * single * single * single -> unit

Parameters

m
Single[]

returns the result

mOffset
Int32

mOffset

left
Single

left

right
Single

right

bottom
Single

bottom

top
Single

top

near
Single

near

far
Single

far

Attributes

Remarks

Computes an orthographic projection matrix.

Java documentation for android.opengl.Matrix.orthoM(float[], int, float, float, float, float, float, float).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to