Merge pull request #434 from Mrcer/master

Import the function "rotate_vector"
This commit is contained in:
Grant Sanderson 2019-02-13 11:14:06 -08:00 committed by GitHub
commit f6d6958c2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ from manimlib.utils.iterables import make_even
from manimlib.utils.iterables import stretch_array_to_length
from manimlib.utils.iterables import tuplify
from manimlib.utils.simple_functions import clip_in_place
from manimlib.utils.space_ops import rotate_vector
# TODO
# - Change cubic curve groups to have 4 points instead of 3