C# 클래스 hyades.physics.PressureBody

상속: SpringBody
파일 보기 프로젝트 열기: zfedoran/bubblebound 1 사용 예제들

공개 메소드들

메소드 설명
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