Commit e83ec6ef authored by oscar's avatar oscar

提价代码

parent f3efaecb
......@@ -11,8 +11,8 @@ void CalculateGuassPos(float x, float y,float z,std::vector<std::vector<float>>&
Eigen::Vector4f svTmp;
svTmp << x, y, z, 1;
Eigen::Matrix4f Trans = Eigen::Matrix4f::Zero();
for (int i = 0; i < 3; i++) {
for (int j = 0; j < 3; j++) {
for (int i = 0; i < 4; i++) {
for (int j = 0; j < 4; j++) {
Trans(i, j) = trans[i][j];
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment