Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
The support queue will change frequently enough that I moved the queue items to a PDF at my website. This avoids constantly modifying the README.md file.
  • Loading branch information
davideberly committed Dec 4, 2021
1 parent 4e8672c commit 8b624cf
Showing 1 changed file with 4 additions and 16 deletions.
20 changes: 4 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,8 @@ Here is a Bibtex entry you can use to cite this project in a publication.
howpublished = {\url{https://github.com/davideberly/GeometricTools}}
}
```
## Current Technical Support Queue ##
## Technical Support Queue ##

* Replacing the LCP approach by a geometric approach for the
intersection of a finite cylinder and a box to fix the robustness
problem reported by Seb Wouters. This is a longer-term project
than I had planned. Wouters' approach uses convex hulls of 2D
projections. I am implementing an approach that avoids this when
the cylinder direction has 1 or 2 zero components. When the direction
has no zero components, the explicit projection can be avoided and
reduces computation time. The project includes writing a PDF that
describes the ideas (of LCP and its robustness failure, of Wouters'
approach, and my variation).
* Adding a minor improvement to the TriangulateEC algorithm as
describe in my online PDF.
* The neverending attempts to finish the GTL implementation. Adding
unit tests takes a lot of time, and technical support of GTE takes
higher precedence when bugs are reported.
The current queue of technical support issues, whether reported on github
or privately by email, is found at the Geometric Tools website. See the
document {\url{https://www.geometrictools.com/Downloads/TechnicalSupportQueue.pdf}}

0 comments on commit 8b624cf

Please sign in to comment.