An infinite horizontal line.
More...
|
| HorizontalLine (double y) |
|
HorizontalLine * | clone () const |
|
bool | contains (double x, double y) const |
| Returns true if point with given coordinates is inside or on border of the shape.
|
|
bool | contains (const Bin1D &binx, const Bin1D &biny) const |
| Returns true if area defined by two bins is inside or on border of polygon (more precisely, if mid point of two bins satisfy this condition).
|
|
double | getYpos () const |
|
| IShape2D (const char *name) |
|
| ICloneable (const ICloneable &)=delete |
|
| ICloneable (ICloneable &&)=default |
|
virtual void | transferToCPP () |
| Used for Python overriding of clone (see swig/tweaks.py)
|
|
|
virtual void | print (std::ostream &ostr) const |
|
An infinite horizontal line.
Definition at line 57 of file Line.h.
◆ HorizontalLine()
HorizontalLine::HorizontalLine |
( |
double |
y | ) |
|
- Parameters
-
y | The value at which it crosses y-axes |
Definition at line 83 of file Line.cpp.
The documentation for this class was generated from the following files: