Mapping Linear Scales From One to Another
In this post I explain mapping number scales and how to write simple function to convert from one scale to another.
Every time I find myself needing to do this, I have to spend time reasoning my way through it. It's been a number of years since my l...
hashnode.blainegarrett.com5 min read
Rich Klein
This feels like it would be a nice package. Yesterday, I was having to work out given a max width and a 16:9 ratio what should the max height be. I went out looking for a tool though instead of trying to work the math out myself :)