Quaternion.ToMatrixInverse Method

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

Parameters

matrix
double[,]

Inverse rotation matrix

Remarks
 
Used internally to rotate the camera because it must move in the opposite direction.

.NET Framework

Supported in: 4.8

In this article

Definition