Sets current values to be a rotation matrix of certain angle
about a given axis
Syntax
[Android.Runtime.Register("loadRotate", "(FFFF)V", "GetLoadRotate_FFFFHandler")]
public virtual
void LoadRotate (
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
Requirements
Namespace: Android.Renderscripts
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11