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 fa7bd29 commit ab121bbCopy full SHA for ab121bb
crates/top/rerun/src/sdk.rs
@@ -1,7 +1,7 @@
1
// NOTE: Have a look at `re_sdk/src/lib.rs` for an accurate listing of all these symbols.
2
pub use re_sdk::*;
3
4
-/// Transform helpers, for use with [`components::Transform3D`].
+/// Transform helpers, for use with [`archetypes::Transform3D`].
5
pub mod transform {
6
pub use re_types::datatypes::{Angle, Quaternion, Rotation3D, RotationAxisAngle};
7
}
0 commit comments