Open3D (C++ API)
Namespaces | Functions
IntersectionTest.cpp File Reference
#include "Open3D/Geometry/IntersectionTest.h"
#include <tritriintersect/tri_tri_intersect.h>

Namespaces

 open3d
 
 open3d::geometry
 

Functions

bool open3d::geometry::IntersectingAABBAABB (const Eigen::Vector3d &min0, const Eigen::Vector3d &max0, const Eigen::Vector3d &min1, const Eigen::Vector3d &max1)
 
bool open3d::geometry::IntersectingTriangleTriangle3d (const Eigen::Vector3d &p0, const Eigen::Vector3d &p1, const Eigen::Vector3d &p2, const Eigen::Vector3d &q0, const Eigen::Vector3d &q1, const Eigen::Vector3d &q2)