Quaternion.ToMatrix Method

Gets current rotation.
Public Sub ToMatrix( _ 
ByRef matrix As Double(,) _ 
)
This language is not supported or no code example is available.
public void ToMatrix( 
out double[,] matrix 
)
This language is not supported or no code example is available.

Parameters

matrix
double[,]

Rotation matrix

.NET Framework

Supported in: 4.8

In this article

Definition