File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -546,6 +546,8 @@ def circle(
546
546
:type radius: float, optional
547
547
:param resolution: number of points on circumferece, defaults to 50
548
548
:type resolution: int, optional
549
+ :param closed: perimeter is closed, last point == first point, defaults to False
550
+ :type closed: bool
549
551
:return: points on circumference
550
552
:rtype: ndarray(2,N) or ndarray(3,N)
551
553
@@ -661,6 +663,8 @@ def ellipse(
661
663
:type resolution: int, optional
662
664
:param inverted: if :math:`\mat{E}^{-1}` is provided, defaults to False
663
665
:type inverted: bool, optional
666
+ :param closed: perimeter is closed, last point == first point, defaults to False
667
+ :type closed: bool
664
668
:raises ValueError: [description]
665
669
:return: points on circumference
666
670
:rtype: ndarray(2,N)
You can’t perform that action at this time.
0 commit comments