C# Class hyades.physics.PressureBody

Inheritance: SpringBody
Show file Open project: zfedoran/bubblebound Class Usage Examples

Public Methods

Method Description
ApplyInternalForces ( double elapsed ) : void
PressureBody ( Shape s, float mass, float gasPressure, float edgeSpringK, float edgeSpringDamp, float shapeSpringK, float shapeSpringDamp ) : System

Method Details

ApplyInternalForces() public method

public ApplyInternalForces ( double elapsed ) : void
elapsed double
return void

PressureBody() public method

public PressureBody ( Shape s, float mass, float gasPressure, float edgeSpringK, float edgeSpringDamp, float shapeSpringK, float shapeSpringDamp ) : System
s Shape
mass float
gasPressure float
edgeSpringK float
edgeSpringDamp float
shapeSpringK float
shapeSpringDamp float
return System