Home
last modified time | relevance | path

Searched refs:yspeed_2 (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvectorimage/
H A Dtregion.cpp870 double yspeed_2 = tcg::numeric_ops::lerp(y1_y0, y2_y1, t) * in leftScanlineIntersections() local
874 return (yspeed_2 > 0.0) in leftScanlineIntersections()
876 : (yspeed_2 < 0.0) ? -1 : tcg::numeric_ops::sign(yaccel); in leftScanlineIntersections()