Home | History | Annotate | Download | only in glshared

Lines Matching refs:ab

142 	const Vec2 ab = b-a;
144 return 0.5f * tcu::length(ab.x()*ac.y() - ab.y()*ac.x());