libigl v2.5.0
Loading...
Searching...
No Matches
line_segment_in_rectangle.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "line_segment_in_rectangle.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

bool igl::line_segment_in_rectangle (const Eigen::Vector2d &s, const Eigen::Vector2d &d, const Eigen::Vector2d &A, const Eigen::Vector2d &B)
 Determine whether a line segment overlaps with a rectangle.