mirror of
https://github.com/3b1b/manim.git
synced 2025-07-30 21:44:19 +08:00
Added small todo stub
This commit is contained in:
@ -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),
|
||||
|
Reference in New Issue
Block a user