7#include "../SIMD/SIMD.hpp"
8#include "../macros.hpp"
13hi_export_module(hikogui.geometry : rotate2);
15hi_export
namespace hi {
inline namespace v1 {
20 using value_type = array_type::value_type;
34 _v =
f32x4{0.0f, 0.0f, S, C};
37 [[
nodiscard]]
constexpr explicit operator array_type()
const noexcept
DOXYGEN BUG.
Definition algorithm_misc.hpp:20
The HikoGUI namespace.
Definition recursive_iterator.hpp:15
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:378
Definition rotate2.hpp:17
Definition simd_intf.hpp:18