Matrix.Transform Method (Matrix, Quaternion, Matrix)
Transforms a Matrix by applying a Quaternion rotation.
Syntax
'Declaration
Public Shared Sub Transform ( _
ref value As Matrix, _
ref rotation As Quaternion, _
out result As Matrix _
)
public static void Transform (
ref Matrix value,
ref Quaternion rotation,
out Matrix result
)
public:
static void Transform(
ref Matrix value,
ref Quaternion rotation,
out Matrix result
)
Parameters
- value
Type: Matrix
The Matrix to transform. - rotation
Type: Quaternion
The rotation to apply, expressed as a Quaternion. - result
Type: Matrix
[OutAttribute] An existing Matrix filled in with the result of the transform.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone