11#include "../SIMD/module.hpp"
12#include "../geometry/module.hpp"
13#include "../color/module.hpp"
14#include "../macros.hpp"
42 operator f32x4()
const noexcept
53 operator aarectangle()
const noexcept
55 return aarectangle{f32x4{v}};
DOXYGEN BUG.
Definition algorithm.hpp:16
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377
A high-level geometric point Part of the high-level vec, point, mat and color types.
Definition point3.hpp:27
4 x float32 pixel format.
Definition sfloat_rgba32.hpp:23