Skip to content

Commit 76362b2

Browse files
committed
Remove knotvector references
1 parent f6973c3 commit 76362b2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

geomdl/utilities.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,13 @@
33
:platform: Unix, Windows
44
:synopsis: Provides common utility functions
55
6-
.. moduleauthor:: Onur Rauf Bingol <orbingol@gmail.com>
6+
.. moduleauthor:: Onur R. Bingol <contact@onurbingol.net>
77
88
"""
99

1010
import random
1111
from geomdl import linalg
1212

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-
1913

2014
def color_generator(seed=None):
2115
""" Generates random colors for control and evaluated curve/surface points plots.

0 commit comments

Comments
 (0)