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