Home
last modified time | relevance | path

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

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DParallelTexCoordSystem.cpp39 computeInitialAxes(normal, m_xAxis, m_yAxis); in ParallelTexCoordSystem()
68 computeInitialAxes(normal, m_xAxis, m_yAxis); in doResetTextureAxes()
78 computeInitialAxes(normal, m_xAxis, m_yAxis); in doResetTextureAxesToParallel()
199 …void ParallelTexCoordSystem::computeInitialAxes(const Vec3& normal, Vec3& xAxis, Vec3& yAxis) cons… in computeInitialAxes() function in TrenchBroom::Model::ParallelTexCoordSystem
H A DParallelTexCoordSystem.h79 void computeInitialAxes(const Vec3& normal, Vec3& xAxis, Vec3& yAxis) const;