There seems to be a similar question in this exchange:
How could I use the centroid and size of a triangle to find the coordinates of its vertices?
But this one specifies that it has the centroid and the size of the triangle.
In my case what i am trying to do is to calculate the minimum bounding box for a triangle but i only have the following information:
- X, Y coordinates of the center of the triangle
- Length of the each sides.
Can anyone give me a hint? or this is also not possible.
Thx!