Exemple #1
0
 public virtual Vector2D GetForce(Node target)
 {
     return(Forces.ContainsKey(target) ? Forces[target] : Vector2D.ZERO);
 }