Skip to content
Snippets Groups Projects
test.py 195 B
Newer Older
from spline import bezier

from numpy import matrix

a = bezier(matrix([[1.,2.,3.],[4.,5.,6.]]))
a = bezier(matrix([[1.,2.,3.],[4.,5.,6.]]), -1., 3.)