Skip to content

Commit a7b838b

Browse files
committed
It's a transform forest now!
1 parent e05b1c5 commit a7b838b

File tree

7 files changed

+362
-281
lines changed

7 files changed

+362
-281
lines changed

crates/store/re_tf/src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
//! Rerun spatial transform processing
22
33
mod component_type_info;
4+
mod transform_forest;
45
mod transform_resolution_cache;
5-
mod transform_tree;
66

7+
pub use transform_forest::{PinholeTreeRoot, TransformForest, TransformFromToError, TransformInfo};
78
pub use transform_resolution_cache::{
89
CachedTransformsForTimeline, PoseTransformArchetypeMap, ResolvedPinholeProjection,
910
TransformResolutionCache, query_view_coordinates, query_view_coordinates_at_closest_ancestor,
1011
};
11-
pub use transform_tree::{
12-
TransformFromToError, TransformInfo, TransformTree, TwoDInThreeDTransformInfo,
13-
};
1412

1513
/// Returns the view coordinates used for 2D (image) views.
1614
///

0 commit comments

Comments
 (0)