C# 클래스 FarseerPhysics.Common.Decomposition.Seidel.MonotoneMountain

파일 보기 프로젝트 열기: tinco/Farseer-Physics 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Triangles List>

공개 메소드들

메소드 설명
Add ( Point point ) : void
MonotoneMountain ( ) : System
Process ( ) : void
Remove ( Point point ) : void

비공개 메소드들

메소드 설명
Angle ( Point p ) : float
AngleSign ( ) : bool
GenMonoPoly ( ) : void
IsConvex ( Point p ) : bool
Triangulate ( ) : void
Valid ( Point p ) : bool

메소드 상세

Add() 공개 메소드

public Add ( Point point ) : void
point Point
리턴 void

MonotoneMountain() 공개 메소드

public MonotoneMountain ( ) : System
리턴 System

Process() 공개 메소드

public Process ( ) : void
리턴 void

Remove() 공개 메소드

public Remove ( Point point ) : void
point Point
리턴 void

프로퍼티 상세

Triangles 공개적으로 프로퍼티

public List> Triangles
리턴 List>