File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -939,11 +939,11 @@ def look_at_view_transform(
939
939
Args:
940
940
dist: distance of the camera from the object
941
941
elev: angle in degres or radians. This is the angle between the
942
- vector from the object to the camera, and the horizonal plane.
942
+ vector from the object to the camera, and the horizontal plane y = 0 (xz-plane) .
943
943
azim: angle in degrees or radians. The vector from the object to
944
- the camera is projected onto a horizontal plane y = z = 0.
944
+ the camera is projected onto a horizontal plane y = 0.
945
945
azim is the angle between the projected vector and a
946
- reference vector at (1, 0, 0) on the reference plane.
946
+ reference vector at (1, 0, 0) on the reference plane (the horizontal plane) .
947
947
dist, elem and azim can be of shape (1), (N).
948
948
degrees: boolean flag to indicate if the elevation and azimuth
949
949
angles are specified in degrees or radians.
You can’t perform that action at this time.
0 commit comments