MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / inrange

Function inrange

Engine/CoonsRegularization.cpp:1259–1266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1257}
1258
1259inline static
1260bool
1261inrange(double x0,
1262 double x1,
1263 double x)
1264{
1265 return (x0 <= x && x <= x1) || (x1 <= x && x <= x0);
1266}
1267
1268// Return true if point z is on z0--z1; otherwise compute contribution to
1269// winding number.

Callers 1

checkstraightFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected