Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/math/
Dmath_Matrix22.h27 using nn::math::MTX22;
/NW4C-2.0.3/include/nw/ut/
Dut_ResTypes.h267 typedef nw::math::MTX22 ResMtx22; //!< バイナリリソース上の Matrix22 型です。
376 operator nw::math::MTX22() const in MTX22() function
378 nw::math::MTX22 m; in MTX22()
399 nw::math::MTX22 m; in MTX23()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_DrawerUniform.cpp35 const nw::math::MTX22& mtx, in Transform()
100 register nw::math::MTX22 srMtx( in CalcTextureCoords()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderProgram.h321 …void SetUniform(ShaderUniform location, const math::MTX22& mtx) const { glUniform2fv(m_UniformLoca… in SetUniform()