C# Class particles, NewTOAPIA

Inheritance: ParticlesSystem
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Свойство Type Description
WindStrength double
bWind bool
x0 float
y0 float
z0 float

Méthodes publiques

Méthode Description
ini ( float timeStep ) : void

Méthodes protégées

Méthode Description
acumulateForces ( ) : void
makeQuads ( ) : void
satisfyConstraints ( ) : void

Method Details

acumulateForces() protected méthode

protected acumulateForces ( ) : void
Résultat void

ini() public méthode

public ini ( float timeStep ) : void
timeStep float
Résultat void

makeQuads() protected méthode

protected makeQuads ( ) : void
Résultat void

satisfyConstraints() protected méthode

protected satisfyConstraints ( ) : void
Résultat void

Property Details

WindStrength public_oe property

public double WindStrength
Résultat double

bWind public_oe property

public bool bWind
Résultat bool

x0 public_oe property

public float x0
Résultat float

y0 public_oe property

public float y0
Résultat float

z0 public_oe property

public float z0
Résultat float