Matrix.CreateTranslation Method
Creates a translation Matrix.
Overload List
Name | Description |
---|---|
Matrix.CreateTranslation (Single, Single, Single) | Creates a translation Matrix. |
Matrix.CreateTranslation (Single, Single, Single, Matrix) | Creates a translation Matrix. |
Matrix.CreateTranslation (Vector3) | Creates a translation Matrix. |
Matrix.CreateTranslation (Vector3, Matrix) | Creates a translation Matrix. |
See Also
Reference
Matrix Structure
Matrix Members
Microsoft.Xna.Framework Namespace
Programming Guide
How to: Transform a Point with a Matrix
How to: Rotate and Move a Camera
How to: Make a First-Person Camera
How to: Make a Third-Person Camera