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