[]
Divides a Matrix5x4 by the given value.
public static Matrix5x4 Divide(Matrix5x4 left, float right)
| Type | Name | Description |
|---|---|---|
| Matrix5x4 | left | The Matrix5x4 to divide. |
| float | right | The amount by which to divide. |
| Type | Description |
|---|---|
| Matrix5x4 | The resulting Matrix5x4. |