2d image 3d


basic

  • to rotate an image, translate points to desired origin (determine center of image), and apply rotation matrix with theta in radians (to each of the 3 rgb channels)
    • apply inverse rotation matrix if mapping output pixels to input pixels…