| 1323 | TERATHON_API Sphere3D Wedge(const Dipole3D& d, const Dipole3D& f); |
| 1324 | |
| 1325 | inline Line3D Wedge(const RoundPoint3D& a, const FlatPoint3D& p) {return (Wedge(p, a));} |
| 1326 | inline Line3D Wedge(const RoundPoint3D& a, const Point3D& p) {return (Wedge(p, a));} |
| 1327 | inline Circle3D Wedge(const RoundPoint3D& a, const Dipole3D& d) {return (Wedge(d, a));} |
| 1328 | inline Plane3D Wedge(const FlatPoint3D& p, const Dipole3D& d) {return (Wedge(d, p));} |