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