Home
last modified time | relevance | path

Searched refs:ortho (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp379 math::VEC2 ortho = math::VEC2(direction.y, -direction.x); in BuildLine() local
381 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()