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
A number of Raymath functions related to floats are missing, such as Normalize, Wrap, and Remap. It makes sense for Clamp to be missing, because Rust has a builtin clamp function, but these other ones do not have standard Rust implementations.
The text was updated successfully, but these errors were encountered:
A number of Raymath functions related to floats are missing, such as
Normalize
,Wrap
, andRemap
. It makes sense forClamp
to be missing, because Rust has a builtin clamp function, but these other ones do not have standard Rust implementations.The text was updated successfully, but these errors were encountered: