You just have to rotate the point around the center of the bounding box, so something like (Point - Center).RotateVector(WorldRot) + Center.
2 Likes
You just have to rotate the point around the center of the bounding box, so something like (Point - Center).RotateVector(WorldRot) + Center.