Image Component Library (ICL)
|
#include <ICLUtils/CompatMacros.h>
#include <ICLUtils/Point32f.h>
#include <ICLUtils/Rect.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | icl::core::Line32f |
The ICLs abstract line class describing a line from Point "start" to Point "end". More... | |
Namespaces | |
icl | |
undocument this line if you encounter any issues! | |
icl::core | |
Functions | |
ICLCore_API std::ostream & | icl::core::operator<< (std::ostream &s, const Line32f &l) |
ostream operator (start-x,start-y)(end-x,end-y) More... | |
ICLCore_API std::istream & | icl::core::operator>> (std::istream &s, Line32f &l) |
istream operator More... | |