完成了定标、正射、局地入射角计算、极化转换
parent
73c5bc0cac
commit
64f0cfe989
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue