I'm have an idea for a really cool looking UI for the main menu of a game I'm working on. The menu will be a perfect circle centered in the middle of the frame. The circle is divided into 6 equal segments. I attached a poorly made example picture to try and illustrate the concept. Basically just wondering what is the best method for drawing this shape? My first idea was to create an array of points that store each intersection and then just draw lines between them. Also, I sucked at trig so any advice for how to get exact measurements would be very helpful.
I'm trying to incorporate this idea within the creation of this menu. Any thoughts on how to pull it all together? Draw arc with 2 points and center of the circle