C# Класс hyades.physics.PressureBody

Наследование: SpringBody
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ApplyInternalForces ( double elapsed ) : void
PressureBody ( Shape s, float mass, float gasPressure, float edgeSpringK, float edgeSpringDamp, float shapeSpringK, float shapeSpringDamp ) : System

Описание методов

ApplyInternalForces() публичный Метод

public ApplyInternalForces ( double elapsed ) : void
elapsed double
Результат void

PressureBody() публичный Метод

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
Результат System