libigl v2.5.0
|
#include "../igl_inline.h"
#include "predicates.h"
#include <Eigen/Core>
#include "segment_segment_intersect.cpp"
Go to the source code of this file.
Namespaces | |
namespace | igl |
namespace | igl::predicates |
Functions | |
template<typename DerivedP > | |
bool | igl::predicates::segment_segment_intersect (const Eigen::MatrixBase< DerivedP > &A, const Eigen::MatrixBase< DerivedP > &B, const Eigen::MatrixBase< DerivedP > &C, const Eigen::MatrixBase< DerivedP > &D) |
Given two segments in 2d test whether they intersect each other using predicates orient2d. | |