C# Class Isosurface.UniformDualContouring2D.DC

Inheritance: ISurfaceAlgorithm
ファイルを表示 Open project: Lin20/isosurface

Public Methods

Method 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

Method Description
InitData ( ) : void

Method Details

Contour() public method

public Contour ( float threshold ) : long
threshold float
return long

DC() public method

public DC ( GraphicsDevice device, int resolution, int Size ) : System
device GraphicsDevice
resolution int
Size int
return System

GenerateAt() public method

public GenerateAt ( int x, int y ) : void
x int
y int
return void

GenerateIndexAt() public method

public GenerateIndexAt ( int x, int y ) : void
x int
y int
return void