Skip to content

Commit

Permalink
doc string fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Jan 15, 2025
1 parent 0d499f8 commit 4aed794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_view_spatial/src/transform_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pub struct ResolvedPinholeProjection {
///
/// This is needed to orient 2D in 3D and 3D in 2D the right way around
/// (answering questions like which axis is distance to viewer increasing).
/// If no view coordinates were logged, this is set to [`Self::DEFAULT_VIEW_COORDINATES`].
/// If no view coordinates were logged, this is set to [`archetypes::Pinhole::DEFAULT_CAMERA_XYZ`].
pub view_coordinates: components::ViewCoordinates,
}

Expand Down

0 comments on commit 4aed794

Please sign in to comment.