Matrix4x4.Transform(Matrix4x4, Quaternion) Methode

Definitie

Transformeert de opgegeven matrix door de opgegeven Rotationnion-draaiing toe te passen.

public:
 static System::Numerics::Matrix4x4 Transform(System::Numerics::Matrix4x4 value, System::Numerics::Quaternion rotation);
public static System.Numerics.Matrix4x4 Transform(System.Numerics.Matrix4x4 value, System.Numerics.Quaternion rotation);
static member Transform : System.Numerics.Matrix4x4 * System.Numerics.Quaternion -> System.Numerics.Matrix4x4
Public Shared Function Transform (value As Matrix4x4, rotation As Quaternion) As Matrix4x4

Parameters

value
Matrix4x4

De matrix die moet worden getransformeerd.

rotation
Quaternion

De draaiing t is van toepassing.

Retouren

De getransformeerde matrix.

Van toepassing op