Skip to content

Commit bcffb92

Browse files
committed
Fix doc build error in view_angles.rst; add description of border
- single ` -> double `` - add description of the border (circular arc instead of hyperbola)
1 parent c71ab58 commit bcffb92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api/toolkits/mplot3d/view_angles.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,16 @@ originally written for OpenGL [Bell1988]_, and is used in Blender and Meshlab.
177177
Bell's arcball extends the arcball's spherical control surface with a hyperbola;
178178
the two are smoothly joined. However, the hyperbola extends all the way beyond
179179
the edge of the plot. In the mplot3d sphere and arcball style, the border extends
180-
to a radius `trackballsize/2 + trackballborder`.
180+
to a radius ``trackballsize/2 + trackballborder``.
181181
Beyond the border, the style works like the original: it controls roll only.
182182
A border width of about 0.2 appears to work well; this is the default.
183183
To obtain the original Shoemake's arcball with a sharp border,
184184
set the border width to 0.
185185
For an extended border similar to Bell's arcball, where the transition from
186186
the arcball to the border occurs at 45°, set the border width to
187187
:math:`\sqrt 2 \approx 1.414`.
188+
The border is a circular arc, wrapped around the arcball sphere cylindrically
189+
(like a doughnut), joined smoothly to the sphere, much like Bell's hyperbola.
188190

189191

190192
.. [Shoemake1992] Ken Shoemake, "ARCBALL: A user interface for specifying

0 commit comments

Comments
 (0)