Ejemplo n.º 1
0
 public void SetPendulum(Pendulum pendulum)
 {
     this.pendulum = pendulum;
     Clear();
 }
Ejemplo n.º 2
0
 public TrajectoryGraph(Pendulum pendulum, int width, int height)
 {
     Resize(width, height);
     SetPendulum(pendulum);
 }