Home
last modified time | relevance | path

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

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