Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/math/
Dmath_Matrix22.h25 using nn::math::MTX22;
/NW4C-1.3.3/include/nw/ut/
Dut_ResTypes.h265 typedef nw::math::MTX22 ResMtx22; //!< バイナリリソース上の Matrix22 型です。
374 operator nw::math::MTX22() const in MTX22() function
376 nw::math::MTX22 m; in MTX22()
397 nw::math::MTX22 m; in MTX23()
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_DrawerUniform.cpp33 const nw::math::MTX22& mtx, in Transform()
98 register nw::math::MTX22 srMtx( in CalcTextureCoords()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_ShaderProgram.h319 …void SetUniform(ShaderUniform location, const math::MTX22& mtx) const { glUniform2fv(m_UniformLoca… in SetUniform()