The Matrix4x4 type exposes the following members.
Properties
Name | Description | |
---|---|---|
col1 |
Get/Set the 1. column as 4d-vector
| |
col2 |
Get/Set the 2. column as 4d-vector
| |
col3 |
Get/Set the 3. column as 4d-vector
| |
col4 |
Get/Set the 4. column as 4d-vector
| |
Item[([( Int32])]) |
Unsafe but very fast indexer for 4x4 matrix, [0..15]
| |
Item[([( Int32, Int32])]) |
Unsafe but very fast 2-d indexer for 4x4 matrix, [0..3, 0..3]
| |
row1 |
Get/Set the 1. row as 4d-vector
| |
row2 |
Get/Set the 2. row as 4d-vector
| |
row3 |
Get/Set the 3. row as 4d-vector
| |
row4 |
Get/Set the 4. row as 4d-vector
|