Exemplo n.º 1
0
        public String toString()
        {
            string res = ""; //+_id+") ";

            res += a.toString() + b.toString();
            if (!halfplane)
            {
                res += c.toString();
            }
            // res +=c.toString() +"   | "+abnext._id+" "+bcnext._id+" "+canext._id;
            return(res);
        }
Exemplo n.º 2
0
 public String toString()
 {
     return(" Circle[" + c.toString() + "|" + r + "|" + (int)Math.Round(Math.Sqrt(r)) + "]");
 }