C# Class opentk.System3.GridGenerator

Generates particles randomly in a box of specified dimensions
Inheritance: SimpleGenerator, IParticleGenerator
Show file Open project: smalld/particle_system

Public Methods

Method Description
GridGenerator ( ) : System

Protected Methods

Method Description
NewPosition ( System3 system, int bundleFirstItem, int i ) : Vector3

Method Details

GridGenerator() public method

public GridGenerator ( ) : System
return System

NewPosition() protected method

protected NewPosition ( System3 system, int bundleFirstItem, int i ) : Vector3
system System3
bundleFirstItem int
i int
return Vector3