Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 415 Bytes

README.rst

File metadata and controls

14 lines (11 loc) · 415 Bytes

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.