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