Searched refs:dot12 (Results 1 – 4 of 4) sorted by relevance
205 V4f dot12 = v1x * v2x + v1y * v2y; in barycentric_coords() local207 *u = (dot11 * dot02 - dot01 * dot12) * invDenom; in barycentric_coords()208 *v = (dot00 * dot12 - dot01 * dot02) * invDenom; in barycentric_coords()
23 double dot12 = v1.dot(v2); in pointInTriangle() local26 double u = dot11 * dot02 - dot01 * dot12; in pointInTriangle()27 double v = dot00 * dot12 - dot01 * dot02; in pointInTriangle()
302 V4f dot12 = v1x * v2x + v1y * v2y; in barycentric_coords() local305 *u = (dot11 * dot02 - dot01 * dot12) * invDenom; in barycentric_coords()306 *v = (dot00 * dot12 - dot01 * dot02) * invDenom; in barycentric_coords()