C# Class opentk.System3.Swirl2DMap

Swirl2 D map.
Inheritance: ChaoticMap
Show file Open project: smalld/particle_system

Public Methods

Method Description
Swirl2DMap ( ) : System
UpdateMap ( System.DateTime simtime, long step ) : void

Private Methods

Method Description
Implementation ( System.Vector4 &input, System.Vector4 &output ) : void
Spiral ( float k, float acc, System.Vector4 &center, System.Vector4 &input, System.Vector4 &output ) : void
UpdateMask ( ) : void

Method Details

Swirl2DMap() public method

public Swirl2DMap ( ) : System
return System

UpdateMap() public method

public UpdateMap ( System.DateTime simtime, long step ) : void
simtime System.DateTime
step long
return void