One point intersection.
More...
#include <homog2d.hpp>
template<typename FPT>
class h2d::detail::Intersect< Inters_1, FPT >
One point intersection.
◆ Intersect() [1/3]
◆ Intersect() [2/3]
2478 : _ptIntersect(ptInter)
bool _doesIntersect
Definition: homog2d.hpp:2442
◆ Intersect() [3/3]
template<typename FPT >
template<typename FPT2 >
To enable conversions from different floating-point types.
2485 : IntersectCommon( other )
2487 _ptIntersect = other._ptIntersect;
◆ get()
2467 return _ptIntersect;
bool _doesIntersect
Definition: homog2d.hpp:2442
#define HOMOG2D_THROW_ERROR_1(msg)
Error throw wrapper macro.
Definition: homog2d.hpp:181
◆ set()
bool _doesIntersect
Definition: homog2d.hpp:2442
Point2d pt
Definition: homog2d_test.cpp:4034
◆ size()
bool _doesIntersect
Definition: homog2d.hpp:2442
◆ h2d::base::SegVec
template<typename FPT >
template<typename T , typename U >
The documentation for this class was generated from the following file: