` Code The triangle Let’s start by defining some constants. In this type of triangle, all corner have an angle of 60 degrees. Because we need square root of 3 some times, we calculate it once. Let’s use that to calculate the height. This allows us to get all three points A, B and C. For this explanation, we focus on the point C. To create the round corner, we need to first find two points (R1 and R2) that have a specific distance from C">