Class Matrix4List
Syntax
[Serializable]
public class Matrix4List
Constructors
Matrix4List(int)
Declaration
public Matrix4List(int size)
Parameters
Type |
Name |
Description |
int |
size |
|
Matrix4List(Matrix4[])
Declaration
public Matrix4List(Matrix4[] tab)
Parameters
Type |
Name |
Description |
Matrix4[] |
tab |
|
Fields
list
Declaration
Field Value
Properties
this[int]
Declaration
public Matrix4 this[int index] { get; set; }
Parameters
Type |
Name |
Description |
int |
index |
|
Property Value
length
Declaration
public int length { get; }
Property Value
Operators
implicit operator Matrix4[](Matrix4List)
Declaration
public static implicit operator Matrix4[](Matrix4List o)
Parameters
Returns