C# Class Isosurface.DualMarchingSquares.Cell

ファイルを表示 Open project: Lin20/isosurface Class Usage Examples

Public Methods

Method Description
Cell ( ) : System
Polygonize ( List vertices, int size ) : void

Private Methods

Method Description
GetPosition ( int a, int b ) : Vector2

Method Details

Cell() public method

public Cell ( ) : System
return System

Polygonize() public method

public Polygonize ( List vertices, int size ) : void
vertices List
size int
return void