Home
last modified time | relevance | path

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

/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/referencecache/
H A Dnullmodel.cpp85 aabb_testselect(m_aabb_local, test, best); in testSelect()
/dports/games/gtkradiant/GPL/GtkRadiant/radiant/
H A Dnullmodel.cpp85 aabb_testselect(m_aabb_local, test, best); in testSelect()
/dports/games/netradiant/netradiant-20150621-src/radiant/
H A Dnullmodel.cpp78 aabb_testselect( m_aabb_local, test, best ); in testSelect()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/entity/particle/
H A DMiscParticle.cpp152 aabb_testselect(m_aabb_local, test, best); in testSelect()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/entity/sound/
H A DMiscSound.cpp178 aabb_testselect(m_aabb_local, test, best); in testSelect()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/entity/generic/
H A DGenericEntity.cpp145 aabb_testselect(m_aabb_local, test, best); in testSelect()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/entity/light/
H A DLight.cpp175 aabb_testselect(m_aabb_light, test, best); in testSelect()
/dports/games/gtkradiant/GPL/GtkRadiant/plugins/entity/
H A Dgeneric.cpp260 aabb_testselect(m_aabb_local, test, best); in testSelect()
H A Dlight.cpp1246 aabb_testselect(m_aabb_light, test, best); in testSelect()
/dports/games/netradiant/netradiant-20150621-src/plugins/entity/
H A Dgeneric.cpp236 aabb_testselect( m_aabb_local, test, best ); in testSelect()
H A Dlight.cpp1155 aabb_testselect( m_aabb_light, test, best ); in testSelect()
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Dentitylib.h92 inline void aabb_testselect(const AABB& aabb, SelectionTest& test, SelectionIntersection& best) in aabb_testselect() function
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Dentitylib.h88 inline void aabb_testselect( const AABB& aabb, SelectionTest& test, SelectionIntersection& best ){ in aabb_testselect() function
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/
H A Dentitylib.h127 inline void aabb_testselect (const AABB& aabb, SelectionTest& test, SelectionIntersection& best) in aabb_testselect() function