add issequence function to data and plot functions and examples for geometry
This commit is contained in:
@@ -12,10 +12,10 @@ import unittest
|
||||
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('../pylib'))
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
|
||||
import math
|
||||
from mathematics import vector, matrix
|
||||
from pylib.mathematics import vector, matrix
|
||||
|
||||
class TestGeometry(unittest.TestCase):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user