Searched refs:pt3 (Results 1 – 2 of 2) sorted by relevance
| /NW4C-1.3.3/include/nw/demo/ |
| D | demo_GraphicsDrawing.h | 232 …void FillTriangle( const math::VEC2& pt1, const math::VEC2& pt2, const math::VEC2& pt3, ut::Color8… 363 …s32 BuildTriangle( const math::VEC2& pt1, const math::VEC2& pt2, const math::VEC2& pt3, math::VEC2… 389 const math::VEC2& pt3,
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_GraphicsDrawing.cpp | 301 GraphicsDrawing::FillTriangle( const math::VEC2& pt1, const math::VEC2& pt2, const math::VEC2& pt3,… in FillTriangle() argument 305 …s32 count = this->BuildTriangle( pt1, pt2, pt3, &m_ShapePositionStreamArray[ m_ShapeVertexCount ] … in FillTriangle() 697 GraphicsDrawing::BuildTriangle( const math::VEC2& pt1, const math::VEC2& pt2, const math::VEC2& pt3… in BuildTriangle() argument 703 pVecArray[ 2 ] = pt3; in BuildTriangle() 713 const math::VEC2& pt3, in BuildRectangle() argument 720 count += this->BuildTriangle( pt1, pt2, pt3, &pVecArray[count] ); in BuildRectangle() 721 count += this->BuildTriangle( pt1, pt3, pt4, &pVecArray[count] ); in BuildRectangle()
|