Searched refs:ortho (Results 1 – 1 of 1) sorted by relevance
379 math::VEC2 ortho = math::VEC2(direction.y, -direction.x); in BuildLine() local381 VEC2Normalize( &ortho, &ortho ); in BuildLine()382 ortho *= lineWidth; in BuildLine()386 …count += this->BuildRectangle( pt1 - ortho / 2, pt1 + ortho / 2, pt2 + ortho / 2, pt2 - ortho / 2,… in BuildLine()