We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f7515 commit 5bacceaCopy full SHA for 5baccea
src/batch_adapters.hpp
@@ -38,4 +38,4 @@ struct rerun::ComponentBatchAdapter<rerun::Position3D, Eigen::Matrix3Xf> {
38
memcpy(positions.data(), matrix.data(), matrix.size() * sizeof(rerun::Position3D));
39
return ComponentBatch<rerun::Position3D>::take_ownership(std::move(positions));
40
}
41
-};
+};
0 commit comments