Quaternion.FromAxisAngle Method

Resets this Quaternion to the rotation specified.
Public Sub FromAxisAngle( _ 
ByVal rotAxis As Vector3D, _ 
ByVal rotAngleInDegrees As Double
)
This language is not supported or no code example is available.
public void FromAxisAngle( 
Vector3D rotAxis
double rotAngleInDegrees 
)
This language is not supported or no code example is available.

Parameters

rotAxis
Vector3D

The rotation axis (normalized)

rotAngleInDegrees
double

The rotation angle in degrees

.NET Framework

Supported in: 4.8

In this article

Definition