Freigeben über


Matrix.SetIdentityM(Single[], Int32) Method

Definition

Sets matrix m to the identity matrix.

[Android.Runtime.Register("setIdentityM", "([FI)V", "")]
public static void SetIdentityM (float[]? sm, int smOffset);
[<Android.Runtime.Register("setIdentityM", "([FI)V", "")>]
static member SetIdentityM : single[] * int -> unit

Parameters

sm
Single[]

returns the result

smOffset
Int32

index into sm where the result matrix starts

Attributes

Remarks

Sets matrix m to the identity matrix.

Java documentation for android.opengl.Matrix.setIdentityM(float[], int).

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