MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000640 | VTK | (No Category) | public | 2004-03-01 22:25 | 2011-01-13 17:00 |
| Reporter | Goodwin Lawlor | ||||
| Assigned To | Mathieu Malaterre | ||||
| Priority | low | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0000640: vtkPolygon::IntersectPolygonWithPolygon() | ||||
| Description | vtkPolygon::IntersectPolygonWithPolygon() incorrectly return false that two triangles are intersecting when two triangles are intersecting each other exactly at their edges... The fix for this is in vtkTriangle::PointInTriangle(). At the moment vtkTriangle::PointInTriangle returns true if a point is inside but not on the edge of the triangle. So line 958 of vtkTriangle.cxx should change to: if ( (vtkMath::Dot(n1,n2) >= 0.0) && (vtkMath::Dot(n2,n3) >= 0.0) ) to include the edges. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-11-29 17:59 | Mathieu Malaterre | Source_changeset_attached | => VTK master 1709e362 | ||
| 2011-01-13 17:00 | Source_changeset_attached | => VTK master a2bd8391 | |||
| 2011-01-13 17:00 | Source_changeset_attached | => VTK master 020ef709 | |||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||