Matrix.Scaling Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Builds a matrix that scales along the x-axis, y-axis, and z-axis.
Overload List
Name | Description | |
---|---|---|
Scaling(Vector3) | Builds a matrix that scales along the x-axis, y-axis, and z-axis. | |
Scaling(Single, Single, Single) | Builds a matrix that scales along the x-axis, y-axis, and z-axis. |
Top