You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it can detect collisions of rotated rectangles.
I see that it has Projections(needed for this specific usecase) but i don't see clearly on the documentation if that specific usecase can be solved or if it needs more than one call to solve, meaning is not as easy as
if intersection, ok := rect.Intersection(circle); ok {
fmt.Println("They're touching! Here's the data:", intersection)
}
Or maybe it is and I cannot find it on the docs hehe 🤷
The text was updated successfully, but these errors were encountered:
I was wondering if it can detect collisions of rotated rectangles.
I see that it has Projections(needed for this specific usecase) but i don't see clearly on the documentation if that specific usecase can be solved or if it needs more than one call to solve, meaning is not as easy as
Or maybe it is and I cannot find it on the docs hehe 🤷
The text was updated successfully, but these errors were encountered: