X7 Geometry library: Point, Vector, Line...


License
MIT
Install
pip install x7-geom==0.7.3

Documentation

X7 Geometry

Library providing some basic geometry types and operations:

  • Point
  • Vector
  • Line
  • BezierCurve

A distinguishing feature of this library is that it is designed for modeling, so there are also classes like PointRelative which automatically updates when the underlying point is moved. This is used by the morphing and animation capabilities.