Typedef mosaic::Vec3#

Typedef Documentation#

using mosaic::Vec3 = std::array<double, 3>#

Plain 3-vector (room-space mm) — std::array rather than QVector3D deliberately, matching CalibrationData’s own std::array<double,N> convention for geometric data (src/core/settings.hpp) and keeping this class free of the QtGui dependency QVector3D would pull in.