Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MankaiHuang/screen-visualization
/ epsilon
Function
epsilon
public/iframe/lib/js/CSS3DRenderer.js:110–114 ·
view source on GitHub ↗
( value )
Source
from the content-addressed store, hash-verified
108
};
109
110
function
epsilon( value ) {
111
112
return
Math.abs( value ) < 1e-10 ? 0 : value;
113
114
}
115
116
function
getCameraCSSMatrix( matrix ) {
117
Callers
3
getCameraCSSMatrix
Function · 0.85
getObjectCSSMatrix
Function · 0.85
CSS3DRenderer.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected