CollisionPredicates_collides_triangle_segment

dolfin.cpp.mesh.CollisionPredicates_collides_triangle_segment()

Check whether triangle p0-p1-p2 collides with segment q0-q1.

Parameters:
  • Point & p0 (const) –
  • Point & p1 (const) –
  • Point & p2 (const) –
  • Point & q0 (const) –
  • Point & q1 (const) –
  • gdim (std::size_t) –
Return type:

bool