Android.Renderscripts.Matrix4f.LoadFrustum Method
Sets current values to be a perspective projection matrix

Syntax

[Android.Runtime.Register("loadFrustum", "(FFFFFF)V", "GetLoadFrustum_FFFFFFHandler")]
public virtual void LoadFrustum (float l, float r, float b, float t, float n, float f)

Parameters

l
location of the left vertical clipping plane
r
location of the right vertical clipping plane
b
location of the bottom horizontal clipping plane
t
location of the top horizontal clipping plane
n
location of the near clipping plane, must be positive
f
location of the far clipping plane, must be positive

Remarks

Sets current values to be a perspective projection matrix

[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