Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/stemkoski/stemkoski.github.com
/ normalize_angle_rad
Function
normalize_angle_rad
Three.js/js/ThreeDebug.js:25585–25590 ·
view source on GitHub ↗
( a )
Source
from the content-addressed store, hash-verified
25583
// utils
25584
25585
function
normalize_angle_rad( a ) {
25586
25587
var
b = a % PI2;
25588
return
b >= 0 ? b : b + PI2;
25589
25590
};
25591
25592
function
distance( a, b ) {
25593
Callers
1
ThreeDebug.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected