Intersection of two linear functions.
More...
#include <polynomial.hpp>
template<>
class ecl::Intersection< LinearFunction >
Intersection of two linear functions.
- See also
- Intersection, LinearFunction, Math::Polynomials.
Definition at line 1088 of file polynomial.hpp.
Boolean flag identifying if the last operation failed or not.
Use this if you have disabled exceptions or don't wish to catch the exception thrown when linear functions are collinear.
Definition at line 1109 of file polynomial.hpp.
Returns the intersection of two linear functions.
- Parameters
-
f | : linear function. |
g | : linear function. |
- Returns
- CartesionPoint2d : the intersection point.
- Exceptions
-
Definition at line 154 of file polynomial.cpp.
The documentation for this class was generated from the following files: