C# Class Isosurface.DualMarchingSquaresNeilson.DMSNeilson

Inheritance: ISurfaceAlgorithm
Afficher le fichier Open project: Lin20/isosurface

Méthodes publiques

Méthode Description
Contour ( float threshold ) : long
DMSNeilson ( GraphicsDevice device, int resolution, int Size ) : System
GenerateAt ( int x, int y ) : void
GenerateIndexAt ( int x, int y ) : void

Private Methods

Méthode Description
GenerateGrid ( int x, int y ) : void
InitData ( ) : void

Method Details

Contour() public méthode

public Contour ( float threshold ) : long
threshold float
Résultat long

DMSNeilson() public méthode

public DMSNeilson ( GraphicsDevice device, int resolution, int Size ) : System
device GraphicsDevice
resolution int
Size int
Résultat System

GenerateAt() public méthode

public GenerateAt ( int x, int y ) : void
x int
y int
Résultat void

GenerateIndexAt() public méthode

public GenerateIndexAt ( int x, int y ) : void
x int
y int
Résultat void