C# 클래스 Delaunay.Polygon

파일 보기 프로젝트 열기: ngarside/UnityDelaunay

공개 메소드들

메소드 설명
Area ( ) : float
GetWinding ( ) : Winding
Polygon ( List vertices ) : System

비공개 메소드들

메소드 설명
SignedDoubleArea ( ) : float

메소드 상세

Area() 공개 메소드

public Area ( ) : float
리턴 float

GetWinding() 공개 메소드

public GetWinding ( ) : Winding
리턴 Winding

Polygon() 공개 메소드

public Polygon ( List vertices ) : System
vertices List
리턴 System