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

indexThe index of the vertex.