| 963 | TERATHON_API Circle2D Wedge(const Dipole2D& d, const RoundPoint2D& a); |
| 964 | |
| 965 | inline Line2D Wedge(const RoundPoint2D& a, const FlatPoint2D& p) {return (Wedge(p, a));} |
| 966 | inline Line2D Wedge(const RoundPoint2D& a, const Point2D& p) {return (Wedge(p, a));} |
| 967 | inline Circle2D Wedge(const RoundPoint2D& a, const Dipole2D& d) {return (Wedge(d, a));} |
| 968 |