Matrix.SetRotateEulerM2(Single[], Int32, 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.
Converts Euler angles to a rotation matrix.
[Android.Runtime.Register("setRotateEulerM2", "([FIFFF)V", "", ApiSince=34)]
public static void SetRotateEulerM2 (float[] rm, int rmOffset, float x, float y, float z);
[<Android.Runtime.Register("setRotateEulerM2", "([FIFFF)V", "", ApiSince=34)>]
static member SetRotateEulerM2 : single[] * int * single * single * single -> unit
Parameters
- rm
- Single[]
returns the result
- rmOffset
- Int32
index into rm where the result matrix starts
- x
- Single
angle of rotation, in degrees
- y
- Single
angle of rotation, in degrees
- z
- Single
angle of rotation, in degrees
- Attributes
Remarks
Converts Euler angles to a rotation matrix.
Java documentation for android.opengl.Matrix.setRotateEulerM2(float[], int, float, float, float)
.
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.