Triangle.Item[int]
Property in Triangle
Declaration
public Vector3 this[int index] { get; set; }
Description
Gets or sets a vertex of the triangle at the given index.
Parameters
index | The index of the vertex. |
public Vector3 this[int index] { get; set; }
Gets or sets a vertex of the triangle at the given index.
index | The index of the vertex. |