Matrix4
Class
Read time 1 minuteLast updated 19 hours ago
Inheritance
- object
- Matrix4
Inherited Members
- Equals(object)
- Equals(object, object)
- GetHashCode()
- GetType()
- MemberwiseClone()
- ReferenceEquals(object, object)
- ToString()
Namespace: UnityEngine.Pixyz.Geom
[Serializable]public class Matrix4
Constructors
Matrix4()
public Matrix4()
Matrix4(Array4[])
Parameterspublic Matrix4(Array4[] t)
Type | Name | Description |
|---|---|---|
| Array4[] | t |
Fields
this[int]
Returnspublic Array4 this[int index] { get; set; }
Type | Description |
|---|---|
| Array4 |
tab
Returnspublic Array4[] tab
Type | Description |
|---|---|
| Array4[] |
Operators
implicit operator Array4[](Matrix4)
Parameterspublic static implicit operator Array4[](Matrix4 o)
Type | Name | Description |
|---|---|---|
| Matrix4 | o |
Type | Description |
|---|---|
| Array4[] |