Boost C++ Libraries: Ticket #6166: Transform from cartesian to spherical equatorial 3D not implemented https://svn.boost.org/trac10/ticket/6166 <p> The coordinate transform from Cartesian 3D to spherical equatorial 3D is not implemented. I have prepared a patch to add the implementation of this transform. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/6166 Trac 1.4.3 Arnold Metselaar <arnold.metsel@…> Wed, 23 Nov 2011 10:12:33 GMT attachment set https://svn.boost.org/trac10/ticket/6166 https://svn.boost.org/trac10/ticket/6166 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">XYZtoSphericalEquatorial.patch</span> </li> </ul> <p> Patch to add transform from cartesian to spherical equatorial in 3D. </p> Ticket Barend Gehrels Fri, 24 Feb 2012 15:41:27 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/6166#comment:1 https://svn.boost.org/trac10/ticket/6166#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.50.0</span> </li> </ul> <p> Thanks for the patch. </p> <p> It is applied. I added unit tests for the coordinate system transformations. </p> <p> Sorry it took so long to discover and apply the patch (I now get notifications) </p> Ticket