![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Operators associated to line 2d entities. More...
Go to the source code of this file.
Namespaces | |
| ipsdk | |
| Main namespace for IPSDK library. | |
| ipsdk::geom | |
| Namespace aggregating geometrical routines and classes. | |
Functions | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::compare (const Line2d &line1, const Line2d &line2, const ipReal64 epsilon=ipsdk::NumericLimits< ipReal64 >::sqrt_epsilon()) |
| function allowing to compare lines | |
| IPSDKGEOMETRY_API std::ostream & | ipsdk::geom::operator<< (std::ostream &os, const Line2d &line) |
| output operator on line | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator== (const Line2d &line1, const Line2d &line2) |
| comparison operators for ipsdk::geom::Line2d class | |
| IPSDKGEOMETRY_API bool | ipsdk::geom::operator!= (const Line2d &line1, const Line2d &line2) |
| comparison operators for ipsdk::geom::Line2d class | |
Operators associated to line 2d entities.
1.8.14