Camera.Rotate(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.
Applies a rotation transform around all three axis.
[Android.Runtime.Register("rotate", "(FFF)V", "GetRotate_FFFHandler")]
public virtual void Rotate (float x, float y, float z);
[<Android.Runtime.Register("rotate", "(FFF)V", "GetRotate_FFFHandler")>]
abstract member Rotate : single * single * single -> unit
override this.Rotate : single * single * single -> unit
Parameters
- x
- Single
The angle of rotation around the X axis, in degrees
- y
- Single
The angle of rotation around the Y axis, in degrees
- z
- Single
The angle of rotation around the Z axis, in degrees
- Attributes
Remarks
Applies a rotation transform around all three axis.
Java documentation for android.graphics.Camera.rotate(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.