C# 클래스 hyades.physics.PointMass

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

공개 프로퍼티들

프로퍼티 타입 설명
force Vector2
mass float
position Vector2
velocity Vector2

공개 메소드들

메소드 설명
PointMass ( ) : System
PointMass ( Vector2 pos, float mass ) : System
ToString ( ) : string
Update ( double elapsed ) : void

메소드 상세

PointMass() 공개 메소드

public PointMass ( ) : System
리턴 System

PointMass() 공개 메소드

public PointMass ( Vector2 pos, float mass ) : System
pos Vector2
mass float
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Update() 공개 메소드

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

프로퍼티 상세

force 공개적으로 프로퍼티

public Vector2 force
리턴 Vector2

mass 공개적으로 프로퍼티

public float mass
리턴 float

position 공개적으로 프로퍼티

public Vector2 position
리턴 Vector2

velocity 공개적으로 프로퍼티

public Vector2 velocity
리턴 Vector2