File common.hpp¶
↰ Parent directory (/home/runner/work/wave_tracer/wave_tracer/include/wt/math
)
Definition (/home/runner/work/wave_tracer/wave_tracer/include/wt/math/common.hpp
)¶
Includes¶
bit
(File bitmap.hpp)cmath
(File vecmath.hpp)cstring
limits
(File quantity_limits.hpp)wt/math/defs.hpp
(File defs.hpp)wt/math/eft/eft.hpp
(File eft.hpp)wt/math/matinverse.hpp
(File matinverse.hpp)wt/math/quantity/concepts.hpp
(File concepts.hpp)wt/math/quantity/math.hpp
(File math.hpp)wt/math/quantity/quantity_limits.hpp
(File quantity_limits.hpp)wt/math/quantity/quantity_vector.hpp
(File quantity_vector.hpp)wt/math/quantity/zero.hpp
(File zero.hpp)wt/math/unit_vector/math.hpp
(File math.hpp)wt/math/unit_vector/unit_vector.hpp
(File unit_vector.hpp)wt/math/vecmath.hpp
(File vecmath.hpp)wt/util/concepts.hpp
(File concepts.hpp)
Included By¶
Namespaces¶
Classes¶
Functions¶
Template Function wt::m::clamp(const S&, const S&, const S&)
Template Function wt::m::clamp(const vec<N, S>&, const S&, const S&)
Template Function wt::m::clamp(const vec<N, S>&, const vec<N, S>&, const vec<N, S>&)
Template Function wt::m::max(const glm::mat<N, M, T>&, const glm::mat<N, M, T>&)
Template Function wt::m::max(const glm::vec<N, T>&, const glm::vec<N, T>&, const glm::vec<N, T>&)
Template Function wt::m::max(const T&, const T&, const T&, const T&)
Template Function wt::m::max(const glm::vec<N, T>&, const glm::vec<N, T>&)
Template Function wt::m::min(const glm::vec<N, T>&, const glm::vec<N, T>&, const glm::vec<N, T>&)
Template Function wt::m::min(const T&, const T&, const T&, const T&)
Template Function wt::m::min(const glm::vec<N, T>&, const glm::vec<N, T>&)
Template Function wt::m::min(const glm::mat<N, M, T>&, const glm::mat<N, M, T>&)
Template Function wt::m::mix(const vec<N, S>&, const vec<N, S>&, const T&)
Template Function wt::m::mix(const vec<N, S>&, const vec<N, S>&, const vec<N, T>&)
Template Function wt::m::mix(const vec<N, S>&, const vec<N, S>&, const bvec<N>&)
Template Function wt::m::modulo(const vec<N, T>&, const vec<N, T>&)