Skip to content

Commit 7fd5b8d

Browse files
authored
Merge pull request #321 from Minion3665/patch-1
Add clarification of 'spherical' variables
2 parents e892431 + e916640 commit 7fd5b8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

programming/sr/vision/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,12 +224,12 @@ The spherical coordinates system has three values to specify a specific point in
224224
- φ (phi) - The polar angle from the plane of the camera to the point, in radians.
225225

226226
rot_x
227-
: Rotation around the X-axis, in radians.
227+
: Rotation around the X-axis, in radians, corresponding to `theta` on the diagram.
228228

229229
rot_y
230-
: Rotation around the Y-axis, in radians.
230+
: Rotation around the Y-axis, in radians, corresponding to `phi` on the diagram.
231231

232232
dist
233-
: Distance, in metres.
233+
: Distance, in metres, corresponding to `r` on the diagram.
234234

235235
The camera is located at the origin, where the coordinates are (0, 0, 0).

0 commit comments

Comments
 (0)