C# 클래스 Isosurface.DualMarchingSquaresNeilson.MarchingSquaresTableGenerator

파일 보기 프로젝트 열기: Lin20/isosurface

공개 메소드들

메소드 설명
PrintCaseTable ( ) : void
SetCaseTable ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

PrintCaseTable() 공개 정적인 메소드

public static PrintCaseTable ( ) : void
리턴 void

SetCaseTable() 공개 정적인 메소드

public static SetCaseTable ( ) : void
리턴 void