Matrix.OrthoM 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.
Computes an orthographic projection matrix.
[Android.Runtime.Register("orthoM", "([FIFFFFFF)V", "")]
public static void OrthoM (float[]? m, int mOffset, float left, float right, float bottom, float top, float near, float far);
[<Android.Runtime.Register("orthoM", "([FIFFFFFF)V", "")>]
static member OrthoM : single[] * int * single * single * single * single * single * single -> unit
Parameters
- m
- Single[]
returns the result
- mOffset
- Int32
mOffset
- left
- Single
left
- right
- Single
right
- bottom
- Single
bottom
- top
- Single
top
- near
- Single
near
- far
- Single
far
- Attributes
Remarks
Computes an orthographic 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.