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