mirror of
https://github.com/3b1b/manim.git
synced 2025-08-01 17:29:06 +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)
|
return np.dot(rotation_about_z(theta), phi_down)
|
||||||
|
|
||||||
|
|
||||||
|
# TODO, this is redundant with below
|
||||||
def angle_between(v1, v2):
|
def angle_between(v1, v2):
|
||||||
return np.arccos(np.dot(
|
return np.arccos(np.dot(
|
||||||
v1 / get_norm(v1),
|
v1 / get_norm(v1),
|
||||||
|
Reference in New Issue
Block a user