Searched refs:p1 (Results 1 – 4 of 4) sorted by relevance
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Suppliment.cpp | 40 const nw::math::MTX34* p1, in MTX44Mult() argument 44 NW_NULL_ASSERT(p1); in MTX44Mult() 56 value += p1->m[i][k] * p2->m[k][j]; in MTX44Mult()
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Supplement.h | 31 math::MTX44* MTX44Mult(math::MTX44* pOut, const math::MTX34* p1, const math::MTX44* p2);
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_GraphicsDrawing.h | 170 void DrawLine( const math::VEC2& p1, const math::VEC2& p2, ut::Color8 color );
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_GraphicsDrawing.cpp | 248 GraphicsDrawing::DrawLine( const math::VEC2& p1, const math::VEC2& p2, ut::Color8 color ) in DrawLine() argument 252 …s32 count = this->BuildLine( p1, p2, m_LineWidth, &m_ShapePositionStreamArray[ m_ShapeVertexCount … in DrawLine()
|