Import the function "rotate_vector"

This commit is contained in:
Mrcer 2019-02-13 16:32:37 +08:00 committed by GitHub
parent 1a598a002d
commit 2375f3675b
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