summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
authorjussi2024-07-06 01:03:02 +0300
committerjussi2024-07-06 01:03:02 +0300
commit528f3f3d822c8e9d3e72228cf5d7fc3d4daae483 (patch)
tree9a122a3a3ed92b33e372fb53dc8e9717ecb7bd01 /API.md
parent61c932f2605aac5a8fef4264087e9ea8f86c6760 (diff)
downloadreilua-enhanced-528f3f3d822c8e9d3e72228cf5d7fc3d4daae483.tar.gz
reilua-enhanced-528f3f3d822c8e9d3e72228cf5d7fc3d4daae483.tar.bz2
reilua-enhanced-528f3f3d822c8e9d3e72228cf5d7fc3d4daae483.zip
Raymath *Equals functions return bool instead of int.
Diffstat (limited to 'API.md')
-rw-r--r--API.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/API.md b/API.md
index b6fb33a..dd8306f 100644
--- a/API.md
+++ b/API.md
@@ -8395,7 +8395,7 @@ Wrap input value from min to max
Check whether two given floats are almost equal
-- Success return int
+- Success return bool
---
@@ -8619,7 +8619,7 @@ Clamp the magnitude of the vector between two min and max values
Check whether two given vectors are almost equal
-- Success return int
+- Success return bool
---
@@ -8907,7 +8907,7 @@ Clamp the magnitude of the vector between two values
Check whether two given vectors are almost equal
-- Success return int
+- Success return bool
---
@@ -9275,7 +9275,7 @@ Transform a quaternion given a transformation matrix
Check whether two given quaternions are almost equal
-- Success return int
+- Success return bool
---