Beispiel #1
0
 public virtual void SetInDecart(float x, float y) => Decart = new DecartPoint(x, y);
Beispiel #2
0
 public override void SetInDecart(float x, float y) => Decart = new DecartPoint(x, y);