Share via


Matrix.CreateScale Method (Single, Single, Single)

Creates a scaling Matrix.

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

Syntax

public static Matrix CreateScale (
         float xScale,
         float yScale,
         float zScale
)

Parameters

  • xScale
    Value to scale by on the x-axis.
  • yScale
    Value to scale by on the y-axis.
  • zScale
    Value to scale by on the z-axis.

Return Value

The created scaling 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