We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e892431 + e916640 commit 7fd5b8dCopy full SHA for 7fd5b8d
programming/sr/vision/index.md
@@ -224,12 +224,12 @@ The spherical coordinates system has three values to specify a specific point in
224
- φ (phi) - The polar angle from the plane of the camera to the point, in radians.
225
226
rot_x
227
-: Rotation around the X-axis, in radians.
+: Rotation around the X-axis, in radians, corresponding to `theta` on the diagram.
228
229
rot_y
230
-: Rotation around the Y-axis, in radians.
+: Rotation around the Y-axis, in radians, corresponding to `phi` on the diagram.
231
232
dist
233
-: Distance, in metres.
+: Distance, in metres, corresponding to `r` on the diagram.
234
235
The camera is located at the origin, where the coordinates are (0, 0, 0).
0 commit comments