Searched refs:BuildTriangle (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_GraphicsDrawing.cpp | 300 s32 count = this->BuildTriangle(pt1, pt2, pt3, &m_PositionStream[0]); in FillTriangle() 325 GraphicsDrawing::BuildTriangle( const math::VEC2& pt1, const math::VEC2& pt2, const math::VEC2& pt3… in BuildTriangle() function in nw::demo::GraphicsDrawing 348 count += this->BuildTriangle( pt1, pt2, pt3, &pVecArray[count] ); in BuildRectangle() 349 count += this->BuildTriangle( pt1, pt3, pt4, &pVecArray[count] ); in BuildRectangle()
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_GraphicsDrawing.h | 335 …s32 BuildTriangle( const math::VEC2& pt1, const math::VEC2& pt2, const math::VEC2& pt3, math::VEC2…
|