ufosc / manim-data-structures

A Manim plugin that contains common data structures to create Manimations.
https://manim-data-structures.readthedocs.io
MIT License
6 stars 40 forks source link

modified MArray class to exclude MArrayDirection Enum #23

Open adalysg opened 3 months ago

adalysg commented 3 months ago

Overview: What does this pull request change?

Removed the dictionary that set values of the enum to the manim np.ndarray

Motivation and Explanation: Why and how do your changes improve the library?

helps resolve a portion of issue #8, MArrayDirection enum

Further Information and Comments

Reviewer Checklist