mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Fix wording
This commit is contained in:
parent
2a930ff702
commit
542ea68824
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
Coordinate
|
||||
==========
|
||||
|
||||
The scene in manim is made up by 8 x 14 grid. The grid is addressed using a numpy
|
||||
By default, the scene in manim is made up by 8 x 14 grid. The grid is addressed using a numpy
|
||||
array in the form of [x, y, z]. For 2D animations only the x and y axes are used.
|
||||
|
||||
.. code-block:: python
|
||||
|
@ -29,7 +29,7 @@ array in the form of [x, y, z]. For 2D animations only the x and y axes are used
|
|||
</video>
|
||||
|
||||
.. note::
|
||||
You can place objects outside this boundary, just that it won't show up in the render.
|
||||
You can place objects outside this boundary, but it won't show up in the render.
|
||||
|
||||
Using Coordinates
|
||||
-----------------
|
||||
|
|
Loading…
Add table
Reference in a new issue