#include <dlrNumeric/geometry2D.h>
#include <dlrNumeric/utilities.h>
Include dependency graph for geometry2D.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::numeric |
Functions | |
| bool | dlr::numeric::bilaterate (const Vector2D &point0, const Vector2D &point1, double range0, double range1, Vector2D &intersection0, Vector2D &intersection1) |
| This function finds a 2D point, given two other points and distance between each of those points and the point to be recovered. | |
Copyright (C) 2001-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file geometry2D.cpp.
1.5.2