Matrix4f.LoadFrustum(Single, Single, Single, Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.