Class Matrix4
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
Syntax
[Serializable]
public class Matrix4
Constructors
Matrix4()
Declaration
public Matrix4()
Matrix4(Array4[])
Declaration
public Matrix4(Array4[] t)
Parameters
| Type | Name | Description |
|---|---|---|
| Array4[] | t |
Fields
tab
Declaration
public Array4[] tab
Field Value
| Type | Description |
|---|---|
| Array4[] |
Properties
this[int]
Declaration
public Array4 this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | index |
Property Value
| Type | Description |
|---|---|
| Array4 |
Operators
implicit operator Array4[](Matrix4)
Declaration
public static implicit operator Array4[](Matrix4 o)
Parameters
| Type | Name | Description |
|---|---|---|
| Matrix4 | o |
Returns
| Type | Description |
|---|---|
| Array4[] |