mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
np.linalg.norm -> get_norm
This commit is contained in:
@ -547,7 +547,7 @@ class SixChooseThreeInOtherContext(Scene):
|
||||
self.add(dots)
|
||||
|
||||
self.dots = dots
|
||||
self.dot_to_dot_distance = np.linalg.norm(
|
||||
self.dot_to_dot_distance = get_norm(
|
||||
dots[1].get_center() - dots[0].get_center()
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user