Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp747 GraphicsDrawing::BuildLine( const math::VEC2& pt1, const math::VEC2& pt2, f32 lineWidth, math::VEC2… in BuildLine() argument
749 NW_ASSERT( lineWidth >= 0.f ); in BuildLine()
756 ortho *= lineWidth; in BuildLine()
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h403 …s32 BuildLine( const math::VEC2& pt1, const math::VEC2& pt2, f32 lineWidth, math::VEC2 *pVecArray …