Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ angle_difference
Function
angle_difference
ogsr_engine/xrCore/vector.h:159–159 ·
view source on GitHub ↗
0..PI
Source
from the content-addressed store, hash-verified
157
158
// 0..PI
159
ICF float angle_difference(float a, float b) { return _abs(angle_difference_signed(a, b)); }
160
161
IC bool are_ordered(float const value0, float const value1, float const value2)
162
{
Callers
15
BoneCallbackY
Method · 0.85
bfAssignWatch
Method · 0.85
SetTarget
Method · 0.85
path_direction_angle
Method · 0.85
angle_lerp_bounds
Method · 0.85
MoveStep
Method · 0.85
turn_in_place
Method · 0.85
legs_process_direction
Method · 0.85
legs_move_animation
Method · 0.85
legs_no_move_animation
Method · 0.85
HitMark
Method · 0.85
HitSignal
Method · 0.85
Calls
2
angle_difference_signed
Function · 0.85
_abs
Function · 0.70
Tested by
no test coverage detected