Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 489 Bytes

File metadata and controls

9 lines (8 loc) · 489 Bytes

Triangle_Task

Statement A triangle is defined as a convex hull built on three points in 3D space. As a key feature, the convex hull of the given points is the set of all their convex combinations. Given two triangles in 3D space, write a C++ program that determines (true/false) whether there is an intersection between the triangles. Triangles intersect if they have at least one common point. https://en.wikipedia.org/wiki/Convex_combination https://en.wikipedia.org/wiki/Convex_hull