| C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > Matrix4x4 Structure : Scale Method |
| Overload | Description |
|---|---|
| Scale(Single) | Creates a matrix that uniformally scales along all three axis. |
| Scale(Single,Single,Single) | Creates a matrix that scales along the x-axis, y-axis, and y-axis. |
| Scale(Vector3) | Creates a matrix that scales along the x-axis, y-axis, and y-axis. |