geometry2D.h
Go to the documentation of this file.00001
00015 #ifndef _DLR_NUMERIC_GEOMETRY2D_H_
00016 #define _DLR_NUMERIC_GEOMETRY2D_H_
00017
00018 #include <dlrNumeric/vector2D.h>
00019
00020 namespace dlr {
00021
00022 namespace numeric {
00023
00056 bool
00057 bilaterate(const Vector2D& point0, const Vector2D& point1,
00058 double range0, double range1,
00059 Vector2D& intersection0, Vector2D& intersection1);
00060
00061 }
00062
00063 }
00064
00065
00066
00067
00068 namespace dlr {
00069
00070 using numeric::bilaterate;
00071
00072 }
00073
00074
00075
00076
00077 namespace dlr {
00078
00079 namespace numeric {
00080
00081
00082
00083 }
00084
00085 }
00086
00087 #endif