C# 클래스 hyades.physics.Chain

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

공개 프로퍼티들

프로퍼티 타입 설명
damping float
pointmass_list List
spring_list List

공개 메소드들

메소드 설명
Chain ( PointMass from, PointMass to, int count, float k, float damping, float mass ) : System
Update ( double elapsed ) : void

메소드 상세

Chain() 공개 메소드

public Chain ( PointMass from, PointMass to, int count, float k, float damping, float mass ) : System
from PointMass
to PointMass
count int
k float
damping float
mass float
리턴 System

Update() 공개 메소드

public Update ( double elapsed ) : void
elapsed double
리턴 void

프로퍼티 상세

damping 공개적으로 프로퍼티

public float damping
리턴 float

pointmass_list 공개적으로 프로퍼티

public List pointmass_list
리턴 List

spring_list 공개적으로 프로퍼티

public List spring_list
리턴 List