Matrix4.Perspective(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 CreatePerspectiveFieldOfView instead.
[System.Obsolete("Use CreatePerspectiveFieldOfView instead.")]
public static OpenTK.Matrix4 Perspective (float fovy, float aspect, float near, float far);
static member Perspective : single * single * single * single -> OpenTK.Matrix4
Parameters
- fovy
- Single
- aspect
- Single
- near
- Single
- far
- Single
Returns
- Attributes