Jafar
|
00001 /* $ Id: $ */ 00002 00003 #ifndef _GEOM_INTERSECTION2D_HPP_ 00004 #define _GEOM_INTERSECTION2D_HPP_ 00005 00006 #include <geom/Line.hpp> 00007 #include <geom/HyperPlane.hpp> 00008 00009 00010 namespace jafar { 00011 namespace geom { 00018 template<int dimension> 00019 inline bool intersection( const Line<dimension>& l1, const Line<dimension>& l2, typename Atom<dimension>::HomogenousVecD& vec ); 00020 } 00021 } 00022 00023 #include "Intersection2DImpl.hpp" 00024 00025 #endif
Generated on Wed Oct 15 2014 00:37:19 for Jafar by doxygen 1.7.6.1 |