CollisionPredicates_collides_segment_segment

dolfin.cpp.mesh.CollisionPredicates_collides_segment_segment()

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

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

bool