mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Added small todo stub
This commit is contained in:
parent
40c8b7db76
commit
edd447527d
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ def z_to_vector(vector):
|
|||
return np.dot(rotation_about_z(theta), phi_down)
|
||||
|
||||
|
||||
# TODO, this is redundant with below
|
||||
def angle_between(v1, v2):
|
||||
return np.arccos(np.dot(
|
||||
v1 / get_norm(v1),
|
||||
|
|
Loading…
Add table
Reference in a new issue