Home
last modified time | relevance | path

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

/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Model/
H A DParaxialTexCoordSystem.h67 float doMeasureAngle(float currentAngle, const Vec2f& center, const Vec2f& point) const;
H A DParallelTexCoordSystem.h78 float doMeasureAngle(float currentAngle, const Vec2f& center, const Vec2f& point) const;
H A DTexCoordSystem.h90 …virtual float doMeasureAngle(float currentAngle, const Vec2f& center, const Vec2f& point) const = …
H A DTexCoordSystem.cpp227 return doMeasureAngle(currentAngle, center, point); in measureAngle()
H A DParallelTexCoordSystem.cpp193 …float ParallelTexCoordSystem::doMeasureAngle(const float currentAngle, const Vec2f& center, const … in doMeasureAngle() function in TrenchBroom::Model::ParallelTexCoordSystem
H A DParaxialTexCoordSystem.cpp226 …float ParaxialTexCoordSystem::doMeasureAngle(const float currentAngle, const Vec2f& center, const … in doMeasureAngle() function in TrenchBroom::Model::ParaxialTexCoordSystem