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