MCPcopy 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
159ICF float angle_difference(float a, float b) { return _abs(angle_difference_signed(a, b)); }
160
161IC bool are_ordered(float const value0, float const value1, float const value2)
162{

Callers 15

BoneCallbackYMethod · 0.85
bfAssignWatchMethod · 0.85
SetTargetMethod · 0.85
path_direction_angleMethod · 0.85
angle_lerp_boundsMethod · 0.85
MoveStepMethod · 0.85
turn_in_placeMethod · 0.85
legs_move_animationMethod · 0.85
HitMarkMethod · 0.85
HitSignalMethod · 0.85

Calls 2

angle_difference_signedFunction · 0.85
_absFunction · 0.70

Tested by

no test coverage detected