C# Class particles, NewTOAPIA

Inheritance: ParticlesSystem
Exibir arquivo 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_oe property

public double WindStrength
return double

bWind public_oe property

public bool bWind
return bool

x0 public_oe property

public float x0
return float

y0 public_oe property

public float y0
return float

z0 public_oe property

public float z0
return float