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