C# Class BouncingBallAccelerate.Scene

Afficher le fichier Open project: EFanZh/EFanZh

Méthodes publiques

Méthode Description
GetBallLocation ( System.TimeSpan time ) : Point
Scene ( double ballSize, Point initialBallLocation, System.Windows.Vector acceleration ) : System
SetSize ( Size size ) : void

Private Methods

Méthode Description
Cut ( double x, double range ) : double
GetPosition ( double s, double a, System.TimeSpan t ) : double
Square ( double x ) : double

Method Details

GetBallLocation() public méthode

public GetBallLocation ( System.TimeSpan time ) : Point
time System.TimeSpan
Résultat Point

Scene() public méthode

public Scene ( double ballSize, Point initialBallLocation, System.Windows.Vector acceleration ) : System
ballSize double
initialBallLocation Point
acceleration System.Windows.Vector
Résultat System

SetSize() public méthode

public SetSize ( Size size ) : void
size System.Windows.Size
Résultat void