已知两个坐标系下的坐标,求坐标系之间的转换矩阵(一)

本例子只有旋转,没有平移 #include <iostream> #include <GTEngine/Mathematics/GteConvertCoordinates.h> using namespace gte; // #define Vector4<double> Vector<4, double> int main(int argc, char const *argv[]) { //
相关文章
相关标签/搜索