Share via


Matrix.CreateFromAxisAngle Method (Vector3, Single, Matrix)

Creates a new Matrix that rotates around an arbitrary vector.

Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

Syntax

public static void CreateFromAxisAngle (
         ref Vector3 axis,
         float angle,
         out Matrix result
)

Parameters

  • axis
    The axis to rotate around.
  • angle
    The angle to rotate around the vector.
  • result
    [OutAttribute] The created Matrix.

See Also

Reference

Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace

Programming Guide

How to: Transform a Point with a Matrix

Platforms

Xbox 360, Windows XP SP2, Windows Vista