Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp745 GraphicsDrawing::BuildLine( const math::VEC2& pt1, const math::VEC2& pt2, f32 lineWidth, math::VEC2… in BuildLine() argument
747 NW_ASSERT( lineWidth >= 0.f ); in BuildLine()
754 ortho *= lineWidth; in BuildLine()
/NW4C-1.3.3/include/nw/demo/
Ddemo_GraphicsDrawing.h401 …s32 BuildLine( const math::VEC2& pt1, const math::VEC2& pt2, f32 lineWidth, math::VEC2 *pVecArray …