add issequence function to data and plot functions and examples for geometry
This commit is contained in:
@@ -14,10 +14,10 @@ import os
|
||||
import sys
|
||||
import math
|
||||
from numpy import allclose
|
||||
sys.path.insert(0, os.path.abspath('../pylib'))
|
||||
from data import fold_list
|
||||
from geometry2d import translate_xy, rotate_xy, interpolate_hermite, lines, cubics
|
||||
from geometry2d_plot import plot_lines, plot_cubic_lines
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
from pylib.data import fold_list
|
||||
from pylib.geometry2d import translate_xy, rotate_xy, interpolate_hermite, lines, cubics
|
||||
from pylib.geometry2d_plot import plot_lines, plot_cubic_lines
|
||||
|
||||
|
||||
class TestGeometry2d(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user