C# Класс GraphicsEngine.Graphics.Polygon

Наследование: IPolygon
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Polygon ( ) : System.Collections.Generic
Polygon ( IEnumerable points ) : System.Collections.Generic
Polygon ( IList points ) : System.Collections.Generic
this ( int index ) : Vector3

Описание методов

Polygon() публичный Метод

public Polygon ( ) : System.Collections.Generic
Результат System.Collections.Generic

Polygon() публичный Метод

public Polygon ( IEnumerable points ) : System.Collections.Generic
points IEnumerable
Результат System.Collections.Generic

Polygon() публичный Метод

public Polygon ( IList points ) : System.Collections.Generic
points IList
Результат System.Collections.Generic

this() публичный Метод

public this ( int index ) : Vector3
index int
Результат Vector3