Summary
Creates a scale matrix from the given vector scale.
Syntax
public static Matrix CreateScale(Vector scales)
Parameters
Name | Type | Description |
---|---|---|
scales | Vector | The scale to use. |
Return Value
Type | Description |
---|---|
Matrix | A scaling matrix. |