Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
segment_segment_intersect.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "segment_segment_intersect.cpp"
+ Include dependency graph for segment_segment_intersect.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedSource , typename DerivedDir >
IGL_INLINE bool igl::segments_intersect (const Eigen::PlainObjectBase< DerivedSource > &p, const Eigen::PlainObjectBase< DerivedDir > &r, const Eigen::PlainObjectBase< DerivedSource > &q, const Eigen::PlainObjectBase< DerivedDir > &s, double &t, double &u, double eps=1e-6)