Quaternion(Double, Double, Double) Constructor

Creates a new Quaternion from specified yaw, pitch, and roll angles.
Public Sub New( _ 
ByVal yaw As Double, _ 
ByVal pitch As Double, _ 
ByVal roll As Double
)
This language is not supported or no code example is available.
public Quaternion( 
double yaw
double pitch
double roll 
)
This language is not supported or no code example is available.

Parameters

yaw
double

The yaw angle, in radians, around the y-axis.

pitch
double

The pitch angle, in radians, around the x-axis.

roll
double

The roll angle, in radians, around the z-axis.

.NET Framework

Supported in: 4.8

In this article

Definition