C# Class particles, NewTOAPIA

Inheritance: ParticlesSystem
Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Properties

Property Type Description
WindStrength double
bWind bool
x0 float
y0 float
z0 float

Public Methods

Method Description
ini ( float timeStep ) : void

Protected Methods

Method Description
acumulateForces ( ) : void
makeQuads ( ) : void
satisfyConstraints ( ) : void

Method Details

acumulateForces() protected method

protected acumulateForces ( ) : void
return void

ini() public method

public ini ( float timeStep ) : void
timeStep float
return void

makeQuads() protected method

protected makeQuads ( ) : void
return void

satisfyConstraints() protected method

protected satisfyConstraints ( ) : void
return void

Property Details

WindStrength public property

public double WindStrength
return double

bWind public property

public bool bWind
return bool

x0 public property

public float x0
return float

y0 public property

public float y0
return float

z0 public property

public float z0
return float