Public Member Functions | |
Point2D (const double xi, const double yi) | |
double | getX () const |
double | getY () const |
void | setX (const double x) |
void | setY (const double y) |
Static Public Member Functions | |
static bool | findIntersection (Point2D line_segment1[2], Point2D line2[2], Point2D &intersection_point) |
Finding the intersection point of a line segment and a line. |
static bool Opm::detail::Point2D::findIntersection | ( | Point2D | line_segment1[2], | |
Point2D | line2[2], | |||
Point2D & | intersection_point | |||
) | [inline, static] |
Finding the intersection point of a line segment and a line.
return true, if found.