jonathanhogg / flitter

A functional programming language and declarative system for describing 2D and 3D visuals
https://flitter.readthedocs.io
BSD 2-Clause "Simplified" License
34 stars 1 forks source link

Laser driver should use `Vector` and `Matrix33` #14

Open jonathanhogg opened 10 months ago

jonathanhogg commented 10 months ago

The laser driver uses a bunch of NumPy arrays where it could be using Vector and Matrix33.