Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Util.cpp108 math::VEC3 lclPos; in IsContain() local
109 math::VEC3Transform(&lclPos, &invGlbMtx, &pos3); in IsContain()
111 return Contains(pPane->GetPaneRect(), math::VEC2(lclPos.x, lclPos.y)); in IsContain()