C# 클래스 Sample.Fractal

상속: IDisposable
파일 보기 프로젝트 열기: TomCrypto/AntTweakBar.NET

공개 메소드들

메소드 설명
Dispose ( ) : void
Draw ( ) : void
Fractal ( ) : System
Pan ( float dx, float dy ) : void
ZoomIn ( float amount ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CreateProgram ( ) : void
CreateShaders ( ) : void
SetShaderVariables ( ) : void
SetupOptions ( ) : void
SetupShaders ( ) : void
UploadPolyToShader ( Polynomial poly, String name ) : void
UploadPolynomial ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Fractal() 공개 메소드

public Fractal ( ) : System
리턴 System

Pan() 공개 메소드

public Pan ( float dx, float dy ) : void
dx float
dy float
리턴 void

ZoomIn() 공개 메소드

public ZoomIn ( float amount ) : void
amount float
리턴 void