Gets a specific vertex by its index.
Declaration Syntax
public Vertex this[
int index
] { get; }
Public ReadOnly Default Property Item ( _
index As Integer _
) As Vertex
public:
property Vertex^ default[int index] {
Vertex^ get (int index);
}
Parameters
- index (Int32)
- The index of the vertex to be retrieved
Return Value
Assembly:
FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)