| Parameter | Description |
|---|---|
| s | The uniform scaling factor. |
float3x3 The float3x3 matrix representing a uniform scale.
Returns a float3x3 matrix representing a uniform scaling of all axes by s.
| Parameter | Description |
|---|---|
| x | The x-axis scaling factor. |
| y | The y-axis scaling factor. |
| z | The z-axis scaling factor. |
float3x3 The float3x3 rotation matrix representing a non-uniform scale.
Returns a float3x3 matrix representing a non-uniform axis scaling by x, y and z.
| Parameter | Description |
|---|---|
| v | The vector containing non-uniform scaling factors. |
float3x3 The float3x3 rotation matrix representing a non-uniform scale.
Returns a float3x3 matrix representing a non-uniform axis scaling by the components of the float3 vector v.