Android.Renderscripts.Matrix4f.LoadProjectionNormalized Method
Helper function to set the current values to a perspective projection matrix with aspect ratio defined by the parameters and (near, far), (bottom, top) mapping to (-1, 1) at z = 0

Syntax

[Android.Runtime.Register("loadProjectionNormalized", "(II)V", "GetLoadProjectionNormalized_IIHandler")]
public virtual void LoadProjectionNormalized (int w, int h)

Parameters

w
screen width
h
screen height

Remarks

Helper function to set the current values to a perspective projection matrix with aspect ratio defined by the parameters and (near, far), (bottom, top) mapping to (-1, 1) at z = 0

[Android Documentation]

Requirements

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