Lines Matching refs:Vec2
474 tcu::Vec2 to2DCartesian (const tcu::Vec4& p)476 return tcu::Vec2(p.x(), p.y()) / p.w();479 float cross2D (const tcu::Vec2& a, const tcu::Vec2& b)954 const tcu::Vec2 dxDir = tcu::Vec2( b.y(), -a.y()) / det;955 const tcu::Vec2 dyDir = tcu::Vec2(-b.x(), a.x()) / det;