Matrix4.Frustum(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.
Caution
Use CreatePerspectiveOffCenter instead.
[System.Obsolete("Use CreatePerspectiveOffCenter instead.")]
public static OpenTK.Matrix4 Frustum (float left, float right, float bottom, float top, float near, float far);
static member Frustum : single * single * single * single * single * single -> OpenTK.Matrix4
Parameters
- left
- Single
- right
- Single
- bottom
- Single
- top
- Single
- near
- Single
- far
- Single
Returns
- Attributes