MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / Wedge

Function Wedge

TSConformal3D.h:1325–1325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));}

Callers 1

operator ^Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected