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
In n4::random::direction we want to accept both {min,max}_theta and {min,max}_cos_theta. Due to floating point comparison issues, we need to make them mutually exclusive and this should be reflected in the form of a typestate pattern.
The text was updated successfully, but these errors were encountered:
In
n4::random::direction
we want to accept both{min,max}_theta
and{min,max}_cos_theta
. Due to floating point comparison issues, we need to make them mutually exclusive and this should be reflected in the form of a typestate pattern.The text was updated successfully, but these errors were encountered: