We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6973c3 commit 76362b2Copy full SHA for 76362b2
geomdl/utilities.py
@@ -3,19 +3,13 @@
3
:platform: Unix, Windows
4
:synopsis: Provides common utility functions
5
6
-.. moduleauthor:: Onur Rauf Bingol <orbingol@gmail.com>
+.. moduleauthor:: Onur R. Bingol <contact@onurbingol.net>
7
8
"""
9
10
import random
11
from geomdl import linalg
12
13
-# Preserve the knot vector functions for compatibility
14
-from . import knotvector
15
-generate_knot_vector = knotvector.generate
16
-check_knot_vector = knotvector.check
17
-normalize_knot_vector = knotvector.normalize
18
-
19
20
def color_generator(seed=None):
21
""" Generates random colors for control and evaluated curve/surface points plots.
0 commit comments