From 348fd4f5211940b1e5c5990380d69b03dea3e5e8 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 2 May 2024 20:57:17 +0300 Subject: Bitwise operations API update. --- API.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index 283fbdc..09ffda3 100644 --- a/API.md +++ b/API.md @@ -8301,6 +8301,14 @@ Round float value --- +> result = RL.Sign( float value ) + +Sign of value + +- Success return int + +--- + > result = RL.Clamp( float value, float min, float max ) Clamp float value -- cgit v1.2.3