5 ms·
As a frontend developer I also encounter I need Geometry from time to time. I used it a lot in my days as a flash developer drawing vector graphics programmatic
by fedlarm 6y ago
As a frontend developer I also encounter I need Geometry from time to time. I used it a lot in my days as a flash developer drawing vector graphics programmatically.
I feel that its missing from this list. I rarely see geometry mentioned on these kinds of lists?
- eru 6y agoYou can do a lot of geometry with linear algebra. (And that's more or less what you'll have to do on a computer anyway. Ruler and compass approaches won't cut it.) I quite like geometry for itself, but it's probably more of a niche for most programmers?