C# Class Isosurface.DualMarchingSquaresNeilson.MarchingSquaresTableGenerator

Mostrar archivo Open project: Lin20/isosurface

Public Methods

Method Description
PrintCaseTable ( ) : void
SetCaseTable ( ) : void

Private Methods

Method Description
CornerIndex ( int x, int y ) : int
EdgeCorners ( int idx, int &c1, int &c2 ) : void
EdgeIndex ( int orientation, int i ) : int
FactorCornerIndex ( int idx, int &x, int &y ) : void
FactorEdgeIndex ( int idx, int &orientation, int &i ) : void
OrientedEdgeCorners ( int idx, int &c1, int &c2 ) : void
ReflectCornerIndex ( int idx, int edge_index ) : int
ReflectEdgeIndex ( int idx, int edge_index ) : int

Method Details

PrintCaseTable() public static method

public static PrintCaseTable ( ) : void
return void

SetCaseTable() public static method

public static SetCaseTable ( ) : void
return void