C# Class Delaunay.Polygon

ファイルを表示 Open project: ngarside/UnityDelaunay

Public Methods

Method Description
Area ( ) : float
GetWinding ( ) : Winding
Polygon ( List vertices ) : System

Private Methods

Method Description
SignedDoubleArea ( ) : float

Method Details

Area() public method

public Area ( ) : float
return float

GetWinding() public method

public GetWinding ( ) : Winding
return Winding

Polygon() public method

public Polygon ( List vertices ) : System
vertices List
return System