Searched refs:p2 (Results 1 – 4 of 4) sorted by relevance
41 const nw::math::MTX44* p2) in MTX44Mult() argument45 NW_NULL_ASSERT(p2); in MTX44Mult()56 value += p1->m[i][k] * p2->m[k][j]; in MTX44Mult()63 tmp.m[3][j] = p2->m[3][j]; in MTX44Mult()
31 math::MTX44* MTX44Mult(math::MTX44* pOut, const math::MTX34* p1, const math::MTX44* p2);
170 void DrawLine( const math::VEC2& p1, const math::VEC2& p2, ut::Color8 color );
248 GraphicsDrawing::DrawLine( const math::VEC2& p1, const math::VEC2& p2, ut::Color8 color ) in DrawLine() argument252 …s32 count = this->BuildLine( p1, p2, m_LineWidth, &m_ShapePositionStreamArray[ m_ShapeVertexCount … in DrawLine()