C# Class PsmFramework.Engines.CyclonePhysics3d.Forces.Buoyancy3d

Inheritance: ForceGenerator3dBase
Mostra file Open project: artwallace/PsmFramework

Public Methods

Method Description
Buoyancy3d ( Particle3dBase particle, System.Single maxDepth, System.Single volume, System.Single waterHeight, System.Single liquidDensity = 1000.0f ) : System
UpdateForce ( System.Single duration ) : void

Method Details

Buoyancy3d() public method

public Buoyancy3d ( Particle3dBase particle, System.Single maxDepth, System.Single volume, System.Single waterHeight, System.Single liquidDensity = 1000.0f ) : System
particle Particle3dBase
maxDepth System.Single
volume System.Single
waterHeight System.Single
liquidDensity System.Single
return System

UpdateForce() public method

public UpdateForce ( System.Single duration ) : void
duration System.Single
return void