C# Class GraphicsEngine.Graphics.Polygon

Inheritance: IPolygon
Afficher le fichier Open project: ckarcz/GraphicsEngine Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Polygon ( ) : System.Collections.Generic
Polygon ( IEnumerable points ) : System.Collections.Generic
Polygon ( IList points ) : System.Collections.Generic
this ( int index ) : Vector3

Method Details

Polygon() public méthode

public Polygon ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Polygon() public méthode

public Polygon ( IEnumerable points ) : System.Collections.Generic
points IEnumerable
Résultat System.Collections.Generic

Polygon() public méthode

public Polygon ( IList points ) : System.Collections.Generic
points IList
Résultat System.Collections.Generic

this() public méthode

public this ( int index ) : Vector3
index int
Résultat Vector3