From 21d1cea03c8323d7228908b0eb97e3b058f4ade1 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 15 Feb 2023 09:57:50 +0100 Subject: Improving function documentation. --- src/argaze/ArScene.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/argaze/ArScene.py b/src/argaze/ArScene.py index 630ee62..e0fa52b 100644 --- a/src/argaze/ArScene.py +++ b/src/argaze/ArScene.py @@ -155,7 +155,7 @@ class ArScene(): return output def whole_pose(self, width: float = 1., height: float = 0.) -> Tuple[numpy.array, numpy.array, numpy.array, numpy.array]: - """Edit translation vector, rotation vector and camera intrinsic parameters to setup a whole scene projection frame. + """Edit translation vector, rotation vector and camera intrinsic parameters to project the whole scene into a frame. * **Arguments:** - frame width -- cgit v1.1