完成了定标、正射、局地入射角计算、极化转换

master
chenzenghui 2025-06-19 05:40:17 +08:00
parent 73c5bc0cac
commit 64f0cfe989
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ ErrorCode BASECONSTVARIABLEAPI polyfit(const double* x, const double* y, int xy
// 叉乘 // 叉乘
Point3 BASECONSTVARIABLEAPI crossProduct(const Point3& a, const Point3& b); Point3 BASECONSTVARIABLEAPI crossProduct(const Point3& a, const Point3& b);
Eigen::Matrix3d BASECONSTVARIABLEAPI rotationMatrix(const Eigen::Vector3d& axis, double angle); Eigen::Matrix3d BASECONSTVARIABLEAPI rotationMatrix(const Eigen::Vector3d& axis, double angle);
long double BASECONSTVARIABLEAPI convertToMilliseconds(const std::string& dateTimeStr); long double BASECONSTVARIABLEAPI convertToMilliseconds(const std::string& dateTimeStr);