Bounding box of a transformed circle
I’m trying to calculate an axis-aligned bounding box of a circle that is transformed through a 2D affine matrix that can contain any operations (translation, rotation, scale, skew).
I’m trying to calculate an axis-aligned bounding box of a circle that is transformed through a 2D affine matrix that can contain any operations (translation, rotation, scale, skew).