Details
-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:4
-
Epic Link:
-
Sprint:AP S18-5
-
Team:Alert Production
Description
Implement RFC-466: change SpherePoint.getVector to return a sphgeom.UnitVector3d instead of a Vector3D. Similarly change the SpherePoint vector constructor to accept a sphgeom.UnitVector3d.
This is proving to be a bit of a nuisance because sphgeom has no Eigen integration. It is true that {[sphgeom.Vector3d}} and UnitVector3d can do many things that we used to do using Eigen, but not everything. I think we should tread carefully. Further discussion on
DM-13790.