homog2d library
|
Multiple points intersections. More...
#include <homog2d.hpp>
Public Member Functions | |
void | add (const Point2d_< FPT > &pt) |
void | add (const std::vector< Point2d_< FPT >> &vpt) |
std::vector< Point2d_< FPT > > | get () const |
Returns the intersection points, sorted. More... | |
IntersectM () | |
template<typename FPT2 > | |
IntersectM (const IntersectM< FPT2 > &other) | |
To enable conversions from different floating-point types. More... | |
bool | operator() () const |
size_t | size () const |
Friends | |
std::ostream & | operator<< (std::ostream &f, const IntersectM &i) |
Multiple points intersections.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |