C# Class Delaunay.Polygon

Afficher le fichier Open project: ngarside/UnityDelaunay

Méthodes publiques

Méthode Description
Area ( ) : float
GetWinding ( ) : Winding
Polygon ( List vertices ) : System

Private Methods

Méthode Description
SignedDoubleArea ( ) : float

Method Details

Area() public méthode

public Area ( ) : float
Résultat float

GetWinding() public méthode

public GetWinding ( ) : Winding
Résultat Winding

Polygon() public méthode

public Polygon ( List vertices ) : System
vertices List
Résultat System