Class MatrixConstants
Utility methods for creating matrices.
Namespace: AS2.Visuals.Library
Assembly: .dll
Syntax
public static class MatrixConstants
Methods
GetMatrix4x4Array(int, Matrix4x4)
Creates an array of 4x4 matrices which are all initialized to the same matrix.
Declaration
public static Matrix4x4[] GetMatrix4x4Array(int size, Matrix4x4 initialValue)
Parameters
| Type | Name | Description |
|---|---|---|
| int | size | The size of the array. |
| Matrix4x4 | initialValue | The initial value for all matrices. |
Returns
| Type | Description |
|---|---|
| Matrix4x4[] | An array of 4x4 matrices containing
|