#include <dlrNumeric/vector2D.h>
Go to the source code of this file.
Namespaces | |
namespace | dlr::numeric |
This namespace contains code for 1D, 2D, and 3D arrays, matrices, coordinate transformations, rotation conversions, and much more. | |
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) 2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file geometry2D.h.