C# 클래스 BouncingBallAccelerate.Scene

파일 보기 프로젝트 열기: EFanZh/EFanZh

공개 메소드들

메소드 설명
GetBallLocation ( System.TimeSpan time ) : Point
Scene ( double ballSize, Point initialBallLocation, System.Windows.Vector acceleration ) : System
SetSize ( Size size ) : void

비공개 메소드들

메소드 설명
Cut ( double x, double range ) : double
GetPosition ( double s, double a, System.TimeSpan t ) : double
Square ( double x ) : double

메소드 상세

GetBallLocation() 공개 메소드

public GetBallLocation ( System.TimeSpan time ) : Point
time System.TimeSpan
리턴 Point

Scene() 공개 메소드

public Scene ( double ballSize, Point initialBallLocation, System.Windows.Vector acceleration ) : System
ballSize double
initialBallLocation Point
acceleration System.Windows.Vector
리턴 System

SetSize() 공개 메소드

public SetSize ( Size size ) : void
size System.Windows.Size
리턴 void