Matrix4f.LoadFrustum(Single, Single, Single, Single, Single, Single) Method

Definition

Sets current values to be a perspective projection matrix

[Android.Runtime.Register("loadFrustum", "(FFFFFF)V", "GetLoadFrustum_FFFFFFHandler")]
public virtual void LoadFrustum(float l, float r, float b, float t, float n, float f);
[<Android.Runtime.Register("loadFrustum", "(FFFFFF)V", "GetLoadFrustum_FFFFFFHandler")>]
abstract member LoadFrustum : single * single * single * single * single * single -> unit
override this.LoadFrustum : single * single * single * single * single * single -> unit

Parameters

l
Single

___location of the left vertical clipping plane

r
Single

___location of the right vertical clipping plane

b
Single

___location of the bottom horizontal clipping plane

t
Single

___location of the top horizontal clipping plane

n
Single

___location of the near clipping plane, must be positive

f
Single

___location of the far clipping plane, must be positive

Attributes

Remarks

Sets current values to be a perspective projection matrix

Java documentation for android.renderscript.Matrix4f.loadFrustum(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