Matrix3
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- Matrix3
Inherited Members
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class Matrix3
Constructors
Matrix3()
public Matrix3()
Matrix3(Array3[])
public Matrix3(Array3[] t)
Parameters
Type | Name | Description |
|---|---|---|
| Array3[] | t |
Fields
this[int]
public Array3 this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| Array3 |
tab
public Array3[] tab
Returns
Type | Description |
|---|---|
| Array3[] |
Operators
implicit operator Array3[](Matrix3)
public static implicit operator Array3[](Matrix3 o)
Parameters
Type | Name | Description |
|---|---|---|
| Matrix3 | o |
Returns
Type | Description |
|---|---|
| Array3[] |