GeekArticles
Programming
C++A Simple Class for Spherical Harmonic Expansion
Author: codeproject.com |
Published: 17th Mar 2008 |
Visited: 107 times |
Add CommentFiled in: CPlusPlusThis article presents a small class that can project real valued functions on the unit sphere into real spherical harmonic coefficients and carry out some basic operations on these projections (scaling, addition, convolution, etc.).
Read Article Sponsored Links
Related Articles
• Swing Extreme Testing - The ShowerThread Class The ShowerThread Class
Since SaveAsDialog.show() blocks, we cannot call this from our main thread; instead we spawn a new thread. This thread could just be an anonymous inner class in the init()metho ...