C# 클래스 Poly2Tri.Triangulation.Polygon.PolygonSet

파일 보기 프로젝트 열기: scastle/Solitude

보호된 프로퍼티들

프로퍼티 타입 설명
_polygons List

공개 메소드들

메소드 설명
Add ( Polygon p ) : void
PolygonSet ( ) : System.Collections.Generic
PolygonSet ( Polygon poly ) : System.Collections.Generic

메소드 상세

Add() 공개 메소드

public Add ( Polygon p ) : void
p Polygon
리턴 void

PolygonSet() 공개 메소드

public PolygonSet ( ) : System.Collections.Generic
리턴 System.Collections.Generic

PolygonSet() 공개 메소드

public PolygonSet ( Polygon poly ) : System.Collections.Generic
poly Polygon
리턴 System.Collections.Generic

프로퍼티 상세

_polygons 보호되어 있는 프로퍼티

protected List _polygons
리턴 List