mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 18:47:46 +00:00
fix typos (#2270)
This commit is contained in:
parent
0c69ab6a32
commit
c13d2a946b
2 changed files with 15 additions and 15 deletions
|
|
@ -62,7 +62,7 @@ RIGHT_SIDE: Vect3 = FRAME_X_RADIUS * RIGHT
|
|||
PI: float = np.pi
|
||||
TAU: float = 2 * PI
|
||||
DEG: float = TAU / 360
|
||||
DEGREES = DEG # Many older animations use teh full name
|
||||
DEGREES = DEG # Many older animations use the full name
|
||||
# Nice to have a constant for readability
|
||||
# when juxtaposed with expressions like 30 * DEG
|
||||
RADIANS: float = 1
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ directories:
|
|||
# to match the directory structure of the path to the
|
||||
# sourcecode generating that video
|
||||
mirror_module_path: False
|
||||
# Manim may write to and read from teh file system, e.g.
|
||||
# Manim may write to and read from the file system, e.g.
|
||||
# to render videos and to look for svg/png assets. This
|
||||
# will specify where those assets live, with a base directory,
|
||||
# and various subdirectory names within it
|
||||
|
|
@ -101,19 +101,19 @@ sizes:
|
|||
default_mobject_to_edge_buff: 0.5
|
||||
default_mobject_to_mobject_buff: 0.25
|
||||
key_bindings:
|
||||
pan_3d: 'd'
|
||||
pan: 'f'
|
||||
reset: 'r'
|
||||
quit: 'q' # Together with command
|
||||
select: 's'
|
||||
unselect: 'u'
|
||||
grab: 'g'
|
||||
x_grab: 'h'
|
||||
y_grab: 'v'
|
||||
resize: 't'
|
||||
color: 'c'
|
||||
information: 'i'
|
||||
cursor: 'k'
|
||||
pan_3d: "d"
|
||||
pan: "f"
|
||||
reset: "r"
|
||||
quit: "q" # Together with command
|
||||
select: "s"
|
||||
unselect: "u"
|
||||
grab: "g"
|
||||
x_grab: "h"
|
||||
y_grab: "v"
|
||||
resize: "t"
|
||||
color: "c"
|
||||
information: "i"
|
||||
cursor: "k"
|
||||
colors:
|
||||
blue_e: "#1C758A"
|
||||
blue_d: "#29ABCA"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue