C# 클래스 Isosurface.DualMarchingSquares.Cell

파일 보기 프로젝트 열기: Lin20/isosurface 1 사용 예제들

공개 메소드들

메소드 설명
Cell ( ) : System
Polygonize ( List vertices, int size ) : void

비공개 메소드들

메소드 설명
GetPosition ( int a, int b ) : Vector2

메소드 상세

Cell() 공개 메소드

public Cell ( ) : System
리턴 System

Polygonize() 공개 메소드

public Polygonize ( List vertices, int size ) : void
vertices List
size int
리턴 void