public override string ToString()
 {
     return(string.Format("({0:f1}, {1:f1})", x.AsFloat(), y.AsFloat()));
 }