I’m trying to preform an Atan2 function on a set of coordinates. I want to perform this operations around a custom plane. I’m a little lost on how to set the function to the custom plane rather than the world plane.
Thanks!

I’m trying to preform an Atan2 function on a set of coordinates. I want to perform this operations around a custom plane. I’m a little lost on how to set the function to the custom plane rather than the world plane.
Thanks!
Use your points (from intersection) with the center points to make vectors, then use calculate the angle between world X vector and your created vector, and use XY world plane as optional plane.