CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2011
    Posts
    2

    continous triangle-triangle intersection test

    I have two triangles in the sence,one is movable,the other is not.The position of the three points of the movable triangle between two continous moment are known,now I want to know if the two triangle intersected between the two moments,if intersected,when is the time they begun to intersect?

  2. #2
    Join Date
    Jul 2011
    Posts
    2

    Re: continous triangle-triangle intersection test

    forgot to mention,all the points move linearly。

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured