Skip to content

Commit 8e86455

Browse files
committed
Add math to py2d package
1 parent 1114b75 commit 8e86455

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

‎py2d/Math.py‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import math
33

44

5-
from vecmath.Vector import *
6-
from vecmath.Polygon import *
7-
from vecmath.Transform import *
8-
from vecmath.Operations import *
5+
from py2d.vecmath.Vector import *
6+
from py2d.vecmath.Polygon import *
7+
from py2d.vecmath.Transform import *
8+
from py2d.vecmath.Operations import *

‎py2d/__init__.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from py2d.Math import *

0 commit comments

Comments
 (0)