15 #ifndef GEOMETRY__VECTOR3__HYPOT_HPP_
16 #define GEOMETRY__VECTOR3__HYPOT_HPP_
25 typename T,
typename U,
26 std::enable_if_t<std::conjunction_v<IsLikeVector3<T>, IsLikeVector3<U>>, std::nullptr_t> =
auto hypot(const T &from, const U &to)
Definition: hypot.hpp:28
Definition: bounding_box.hpp:32
auto hypot(T x, T y, T z)
Definition: hypot.hpp:31
auto to(Ts &&...) -> T=delete