The beauty of using matrices to apply transformations to objects
Using matrices and matrix math to apply transformations such as translate, rotate, scale and skew when programming graphics. Read more
Technical writings by Nathan Shafer
Using matrices and matrix math to apply transformations such as translate, rotate, scale and skew when programming graphics. Read more
Optimizing a basic Bezier curve class for better performance by selectively reducing point counts while maintaining high quality, smooth curves. Read more