C# 클래스 Poly2Tri.Triangulation.Sets.ConstrainedPointSet

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

공개 메소드들

메소드 설명
ConstrainedPointSet ( List points, IEnumerable constraints ) : System.Collections.Generic
ConstrainedPointSet ( List points, int index ) : System.Collections.Generic
PrepareTriangulation ( TriangulationContext tcx ) : void
isValid ( ) : bool

메소드 상세

ConstrainedPointSet() 공개 메소드

public ConstrainedPointSet ( List points, IEnumerable constraints ) : System.Collections.Generic
points List
constraints IEnumerable
리턴 System.Collections.Generic

ConstrainedPointSet() 공개 메소드

public ConstrainedPointSet ( List points, int index ) : System.Collections.Generic
points List
index int
리턴 System.Collections.Generic

PrepareTriangulation() 공개 메소드

public PrepareTriangulation ( TriangulationContext tcx ) : void
tcx TriangulationContext
리턴 void

isValid() 공개 메소드

public isValid ( ) : bool
리턴 bool