I can draw a path…and i am somewhat sure that i need to use affine transform.
what i don’t get is how to rotate the path and keep the same center.
I apologize for the lack of code here…but all I have is a failed call to CGContextRotateCTM that seemed to halt all drawing.
To rotate around the center:
I might have the translate signs backward (i.e. negative translation before rotate instead of after), although I believe the CTM methods pre-concat, so the mathematical representation of those calls is