Method | Description | |
---|---|---|
GetBallLocation ( System.TimeSpan time ) : Point | ||
Scene ( double ballSize, Point initialBallLocation, System.Windows.Vector acceleration ) : System | ||
SetSize ( |
Method | Description | |
---|---|---|
Cut ( double x, double range ) : double | ||
GetPosition ( double s, double a, System.TimeSpan t ) : double | ||
Square ( double x ) : double |
public GetBallLocation ( System.TimeSpan time ) : Point | ||
time | System.TimeSpan | |
return | Point |
public Scene ( double ballSize, Point initialBallLocation, System.Windows.Vector acceleration ) : System | ||
ballSize | double | |
initialBallLocation | Point | |
acceleration | System.Windows.Vector | |
return | System |