C# Class Isosurface.UniformDualContouring2D.DC

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

Méthodes publiques

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

Private Methods

Méthode Description
InitData ( ) : void

Method Details

Contour() public méthode

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

DC() public méthode

public DC ( 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