23#ifndef VCL_ALGORITHMS_CORE_INTERSECTION_FUNCTIONS_H
24#define VCL_ALGORITHMS_CORE_INTERSECTION_FUNCTIONS_H
29#include <vclib/concepts/mesh.h>
62template<
typename Obj1,
typename Obj2>
A class representing a line segment in n-dimensional space. The class is parameterized by a PointConc...
Definition segment.h:43
auto intersectFunction()
Return a proper intersect function between a Obj1 object and an Obj2 object.
Definition functions.h:63
bool intersect(const FaceType &f, const Box< PointType > &box)
Checks if a face intersects a box.
Definition element.h:57