Releases: compmec/shapepy
Releases · compmec/shapepy
v1.1.0
v1.0.2
Minor corrections
- Fix inversion of SimpleShape
- Fix
split
function insideJordanCurve
- Remove
copy()
methods from objects to usecopy
module - Refine algorithm of intersection of two
PlanarCurve
v1.0.0
Initial realease
Main features
Implements classes to interact with each other. The main classes are:
- Point2D
- BezierCurve
- PlanarCurve
- JordanCurve
- Primitive
- SimpleShape
- ConnectedShape
- DisjointShape
It's possible to use operators
~
Invertion|
Union&
Intersection+
Union-
Subtraction*
Intersection^
XOR