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 implemented generic axis-aligned bounding box struct that uses OPoint. I was trying to replicate OPoint::cast for my bounding box struct. This was not possible without adding simba as dependency to my crate and bringing in simba::scalar::SubsetOf trait.