Quaternion.ToAxisAngle Method

Gets current rotation.
Public Sub ToAxisAngle( _ 
ByRef rotAxis As Vector3D, _ 
ByRef rotAngleInDegrees As Double
)
This language is not supported or no code example is available.
public void ToAxisAngle( 
out Vector3D rotAxis
out double rotAngleInDegrees 
)
This language is not supported or no code example is available.

Parameters

rotAxis
Vector3D

The rotation axis

rotAngleInDegrees
double

The rotation angle in degrees

.NET Framework

Supported in: 4.8

In this article

Definition