From 4aed79412fecdbb1c74aa820e1eef9a856597d5c Mon Sep 17 00:00:00 2001 From: Andreas Reich Date: Wed, 15 Jan 2025 14:30:05 +0100 Subject: [PATCH] doc string fix --- crates/viewer/re_view_spatial/src/transform_cache.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/viewer/re_view_spatial/src/transform_cache.rs b/crates/viewer/re_view_spatial/src/transform_cache.rs index 9af7169979d8..87922ecb7eef 100644 --- a/crates/viewer/re_view_spatial/src/transform_cache.rs +++ b/crates/viewer/re_view_spatial/src/transform_cache.rs @@ -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, }