Revert "VectorXYZ(const VectorPolarType& v): use members, not getter"
Compare changes
+ 1
− 1
@@ -125,7 +125,7 @@ components:
@@ -125,7 +125,7 @@ components:
VectorXYZ(double xx, double yy, double zz) : x{static_cast<float>(xx)}, y{static_cast<float>(yy)}, z{static_cast<float>(zz)} {}\n