Home
last modified time | relevance | path

Searched refs:p1 (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Suppliment.cpp40 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/
Dlyt_Supplement.h31 math::MTX44* MTX44Mult(math::MTX44* pOut, const math::MTX34* p1, const math::MTX44* p2);
/NW4C-2.0.3/include/nw/demo/
Ddemo_GraphicsDrawing.h170 void DrawLine( const math::VEC2& p1, const math::VEC2& p2, ut::Color8 color );
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp248 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()