#include <Point2D.hpp>
| Opm::detail::Point2D::Point2D |
( |
const double |
xi, |
|
|
const double |
yi |
|
) |
| |
|
inline |
| Opm::detail::Point2D::Point2D |
( |
| ) |
|
|
inline |
| static bool Opm::detail::Point2D::findIntersection |
( |
Point2D |
line_segment1[2], |
|
|
Point2D |
line2[2], |
|
|
Point2D & |
intersection_point |
|
) |
| |
|
inlinestatic |
Finding the intersection point of a line segment and a line. return true, if found.
References getX(), getY(), setX(), and setY().
| double Opm::detail::Point2D::getX |
( |
| ) |
const |
|
inline |
| double Opm::detail::Point2D::getY |
( |
| ) |
const |
|
inline |
| void Opm::detail::Point2D::setX |
( |
const double |
x | ) |
|
|
inline |
| void Opm::detail::Point2D::setY |
( |
const double |
y | ) |
|
|
inline |
The documentation for this class was generated from the following file: