Searched refs:v2y (Results 1 – 1 of 1) sorted by relevance
781 T v2y = next->y - edge->y; in is_convex() local782 T cross = v1x * v2y - v2x * v1y; in is_convex()