C# 클래스 FarseerPhysics.Common.Decomposition.CDT.Sets.ConstrainedPointSet

상속: PointSet
파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

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

Ises the valid.

메소드 상세

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() 공개 메소드

Ises the valid.
public isValid ( ) : bool
리턴 bool