Back to class index
| Circle::ToStringSyntaxstd::string Circle::ToString() const; [7 lines of code]Returns a human-readable representation of this circle. Most useful for debugging purposes. The returned string specifies the center position, normal direction and the radius of this circle. |