C# Class Sample.Fractal

Inheritance: IDisposable
Mostrar archivo Open project: TomCrypto/AntTweakBar.NET

Public Methods

Method Description
Dispose ( ) : void
Draw ( ) : void
Fractal ( ) : System
Pan ( float dx, float dy ) : void
ZoomIn ( float amount ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CreateProgram ( ) : void
CreateShaders ( ) : void
SetShaderVariables ( ) : void
SetupOptions ( ) : void
SetupShaders ( ) : void
UploadPolyToShader ( Polynomial poly, String name ) : void
UploadPolynomial ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Draw() public method

public Draw ( ) : void
return void

Fractal() public method

public Fractal ( ) : System
return System

Pan() public method

public Pan ( float dx, float dy ) : void
dx float
dy float
return void

ZoomIn() public method

public ZoomIn ( float amount ) : void
amount float
return void