页: 1 它包含我称为世界的所有档案。 t(有开放式3d协调)
-3.0 0.0 -3.0 0.0 6.0
-3.0 0.0 3.0 0.0 0.0
3.0 0.0 3.0 6.0 0.0 etc.
How could i transform these strings to float variables? When I tried:
scanf(WorldData[i].c_str(), "%f %f %f %f %f", &x, &y, &z, &tX, &tY);
or
scanf(WorldData[i].c_str(), "%f %f %f %f %f
", &x, &y, &z, &tX, &tY);
变量x, y, z, tX, tY获得一些微粒。