Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Util.cpp107 math::MTX34 invGlbMtx; in IsContain() local
108 math::MTX34Inverse(&invGlbMtx, &pPane->GetGlobalMtx()); // ペインのグローバル行列の逆行列を求める in IsContain()
112 math::VEC3Transform(&lclPos, &invGlbMtx, &pos3); in IsContain()