Android.Renderscripts.Matrix3f.Rotate Method
Modifies the current matrix by post-multiplying it with a rotation matrix of certain angle about a given axis

Syntax

[Android.Runtime.Register("rotate", "(FFFF)V", "GetRotate_FFFFHandler")]
public virtual void Rotate (float rot, float x, float y, float z)

Parameters

rot
angle of rotation
x
rotation axis x
y
rotation axis y
z
rotation axis z

Remarks

Modifies the current matrix by post-multiplying it with a rotation matrix of certain angle about a given axis

[Android Documentation]

Requirements

Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11