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.
1 parent 7e1b39f commit a287261Copy full SHA for a287261
programming/sr/vision/index.md
@@ -190,8 +190,9 @@ rot_x
190
: Rotation of the marker about the cartesian x-axis, in radians.
191
192
Leaning a marker towards the camera increases the value of `rot_x`, while
193
- leaning it away from the camera decreases it. A value of π or -π indicates
194
- that the marker is upright.
+ leaning it away from the camera decreases it. A value of either π or -π
+ indicates that the marker is upright (there is a discontinuity in the value
195
+ at π and -π, as both values represent the same position).
196
197
rot_y
198
: Rotation of the marker about the cartesian y-axis, in radians.
0 commit comments