C# Class Isosurface.UniformDualContouring.DC3D

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

Méthodes publiques

Méthode Description
Contour ( float threshold ) : long
DC3D ( GraphicsDevice device, int Resolution, int size ) : System
GenerateAt ( int x, int y, int z ) : void
GenerateIndexAt ( int x, int y, int z ) : void

Private Methods

Méthode Description
InitData ( ) : void

Method Details

Contour() public méthode

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

DC3D() public méthode

public DC3D ( 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, int z ) : void
x int
y int
z int
Résultat void

GenerateIndexAt() public méthode

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