You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the two triangles t0 and t1 below
t0={p0, p1, p2}; with p0={1898.68 775 1158.48} , p1={2000 775 1166.7}, p2={1898.68 675 1148.6}
t1={q0, q1, q2}; with q0={1966.41 675 1163.79}, q1={1971.63 675 1166.95}, q2={1967.56 684.554 1166.67}
When I call the api:
bool GEOGRAM_API triangles_intersections(
const vec3& p0, const vec3& p1, const vec3& p2,
const vec3& q0, const vec3& q1, const vec3& q2,
vector& result
);
I got this error (run in windows):
| o-[Assert ] Error: Control should not have reached this point. |
| File: \Geogram\src\lib\geogram\mesh\triangle_intersection.cpp, |
| Line: 475 |
I except to get no intersection as depicted in the attached image.
The text was updated successfully, but these errors were encountered:
I have the two triangles t0 and t1 below
t0={p0, p1, p2}; with p0={1898.68 775 1158.48} , p1={2000 775 1166.7}, p2={1898.68 675 1148.6}
t1={q0, q1, q2}; with q0={1966.41 675 1163.79}, q1={1971.63 675 1166.95}, q2={1967.56 684.554 1166.67}
When I call the api:
bool GEOGRAM_API triangles_intersections(
const vec3& p0, const vec3& p1, const vec3& p2,
const vec3& q0, const vec3& q1, const vec3& q2,
vector& result
);
I got this error (run in windows):
| o-[Assert ] Error: Control should not have reached this point. |
| File: \Geogram\src\lib\geogram\mesh\triangle_intersection.cpp, |
| Line: 475 |
I except to get no intersection as depicted in the attached image.
The text was updated successfully, but these errors were encountered: