Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AngusJohnson/Clipper2
/ SetDx
Method
SetDx
CSharp/Clipper2Lib/Clipper.Engine.cs:547–551 ·
view source on GitHub ↗
(Active ae)
Source
from the content-addressed store, hash-verified
545
}
546
547
[MethodImpl(MethodImplOptions.AggressiveInlining)]
548
private static void SetDx(Active ae)
549
{
550
ae.dx = GetDx(ae.bot, ae.top);
551
}
552
553
554
[MethodImpl(MethodImplOptions.AggressiveInlining)]
Callers
nothing calls this directly
Calls
1
GetDx
Function · 0.85
Tested by
no test coverage detected