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

Function Wedge

TSConformal2D.h:965–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

operator ^Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected