18 constexpr identity()
noexcept =
default;
21 constexpr operator matrix<E>()
const noexcept
26 [[nodiscard]]
identity operator~()
const noexcept
38 [[nodiscard]]
constexpr point<E> operator*(
point<E> const &rhs)
const noexcept
43 [[nodiscard]]
constexpr color operator*(
color const &rhs)
const noexcept
54 [[nodiscard]]
constexpr bool is_valid()
const noexcept
This is a RGBA floating point color.
Definition color.hpp:36
Definition identity.hpp:11
A high-level geometric point Part of the high-level vec, point, mat and color types.
Definition point.hpp:22
A high-level geometric vector Part of the high-level vector, point, mat and color types.
Definition vector.hpp:20