C# Class Isosurface.DualMarchingSquares.Cell

Afficher le fichier Open project: Lin20/isosurface Class Usage Examples

Méthodes publiques

Méthode Description
Cell ( ) : System
Polygonize ( List vertices, int size ) : void

Private Methods

Méthode Description
GetPosition ( int a, int b ) : Vector2

Method Details

Cell() public méthode

public Cell ( ) : System
Résultat System

Polygonize() public méthode

public Polygonize ( List vertices, int size ) : void
vertices List
size int
Résultat void