Opened 11 years ago
Closed 11 years ago
#6166 closed Patches (fixed)
Transform from cartesian to spherical equatorial 3D not implemented
| Reported by: | Owned by: | Barend Gehrels | |
|---|---|---|---|
| Milestone: | Boost 1.50.0 | Component: | geometry |
| Version: | Boost 1.48.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
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.
Attachments (1)
Change History (2)
by , 11 years ago
| Attachment: | XYZtoSphericalEquatorial.patch added |
|---|
comment:1 by , 11 years ago
| Milestone: | To Be Determined → Boost 1.50.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Thanks for the patch.
It is applied. I added unit tests for the coordinate system transformations.
Sorry it took so long to discover and apply the patch (I now get notifications)
Note:
See TracTickets
for help on using tickets.

Patch to add transform from cartesian to spherical equatorial in 3D.