mirror of
https://github.com/3b1b/manim.git
synced 2025-11-15 05:17:47 +00:00
Return self in Circle.surround
This commit is contained in:
parent
c8442c404e
commit
a901704b31
1 changed files with 1 additions and 0 deletions
|
|
@ -341,6 +341,7 @@ class Circle(Arc):
|
|||
self.replace(mobject, dim_to_match, stretch)
|
||||
self.stretch((self.get_width() + 2 * buff) / self.get_width(), 0)
|
||||
self.stretch((self.get_height() + 2 * buff) / self.get_height(), 1)
|
||||
return self
|
||||
|
||||
def point_at_angle(self, angle: float) -> np.ndarray:
|
||||
start_angle = self.get_start_angle()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue