C# 클래스 particles, NewTOAPIA

상속: ParticlesSystem
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
WindStrength double
bWind bool
x0 float
y0 float
z0 float

공개 메소드들

메소드 설명
ini ( float timeStep ) : void

보호된 메소드들

메소드 설명
acumulateForces ( ) : void
makeQuads ( ) : void
satisfyConstraints ( ) : void

메소드 상세

acumulateForces() 보호된 메소드

protected acumulateForces ( ) : void
리턴 void

ini() 공개 메소드

public ini ( float timeStep ) : void
timeStep float
리턴 void

makeQuads() 보호된 메소드

protected makeQuads ( ) : void
리턴 void

satisfyConstraints() 보호된 메소드

protected satisfyConstraints ( ) : void
리턴 void

프로퍼티 상세

WindStrength 공개적으로 프로퍼티

public double WindStrength
리턴 double

bWind 공개적으로 프로퍼티

public bool bWind
리턴 bool

x0 공개적으로 프로퍼티

public float x0
리턴 float

y0 공개적으로 프로퍼티

public float y0
리턴 float

z0 공개적으로 프로퍼티

public float z0
리턴 float