C# Class Isosurface.DualMarchingSquaresNeilson.MarchingSquaresTableGenerator

Afficher le fichier Open project: Lin20/isosurface

Méthodes publiques

Méthode Description
PrintCaseTable ( ) : void
SetCaseTable ( ) : void

Private Methods

Méthode 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 méthode

public static PrintCaseTable ( ) : void
Résultat void

SetCaseTable() public static méthode

public static SetCaseTable ( ) : void
Résultat void