C# Class GraphicsEngine.Graphics.Polygon

Inheritance: IPolygon
Datei anzeigen Open project: ckarcz/GraphicsEngine Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public Polygon ( ) : System.Collections.Generic
return System.Collections.Generic

Polygon() public method

public Polygon ( IEnumerable points ) : System.Collections.Generic
points IEnumerable
return System.Collections.Generic

Polygon() public method

public Polygon ( IList points ) : System.Collections.Generic
points IList
return System.Collections.Generic

this() public method

public this ( int index ) : Vector3
index int
return Vector3