Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheForceEngine/TheForceEngine
/ cro
Function
cro
TheForceEngine/TFE_Editor/LevelEditor/editGeometry.cpp:2998–2998 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2996
}
2997
2998
f32 cro(Vec2f a, Vec2f b) { return a.x*b.z - a.z*b.x; }
2999
// Computes cos(acos(x)/3), see https://www.shadertoy.com/view/WltSD7
3000
f32 cos_acos_3(f32 x)
3001
{
Callers
1
signedDistQuadraticBezier
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected