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