diff options
Diffstat (limited to 'fg21sim/utils/draw.py')
-rw-r--r-- | fg21sim/utils/draw.py | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/fg21sim/utils/draw.py b/fg21sim/utils/draw.py index cb5c1ed..f7e8c3c 100644 --- a/fg21sim/utils/draw.py +++ b/fg21sim/utils/draw.py @@ -33,12 +33,18 @@ """ -Generic drawers (i.e., painters) that draw some commonly used shapes. +Generic drawers (a.k.a. painters) that draw some commonly used shapes. + DISCLAIMER ---------- The following functions are taken from project [scikit-image]_, which are -licensed under the *Modified BSD* license. +licensed under the *Modified BSD* license: + +- ``_ellipse_in_shape()`` +- ``ellipse()`` +- ``circle()`` + Credits ------- |