We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157c39e commit a6629dcCopy full SHA for a6629dc
1 file changed
src/Raylib/Util/Math.hs
@@ -96,6 +96,7 @@ module Raylib.Util.Math
96
)
97
where
98
99
+import Data.Foldable (foldl')
100
import Raylib.Types (Matrix (..), Quaternion, Vector2, pattern Vector2, Vector3, pattern Vector3, Vector4, pattern Vector4)
101
epsilon :: Float
102
epsilon = 0.000001
0 commit comments