sandbox
Loading...
Searching...
No Matches
sbx::math::basic_angle< Type > Member List

This is the complete list of members for sbx::math::basic_angle< Type >, including all inherited members.

basic_angle(const basic_degree< value_type > &degree) noexceptsbx::math::basic_angle< Type >
basic_angle(const basic_radian< value_type > &radian) noexceptsbx::math::basic_angle< Type >
basic_angle(const basic_angle< Other > &other) noexceptsbx::math::basic_angle< Type >
operator*=(const Other other) noexcept -> basic_angle< Type > &sbx::math::basic_angle< Type >
operator+=(const basic_angle< Other > &other) noexcept -> basic_angle< Type > &sbx::math::basic_angle< Type >
operator+=(const basic_degree< Other > &other) noexcept -> basic_angle< Type > &sbx::math::basic_angle< Type >
operator+=(const basic_radian< Other > &other) noexcept -> basic_angle< Type > &sbx::math::basic_angle< Type >
operator-=(const basic_angle< Other > &other) noexcept -> basic_angle< Type > &sbx::math::basic_angle< Type >
operator-=(const basic_degree< Other > &other) noexcept -> basic_angle< Type > &sbx::math::basic_angle< Type >
operator-=(const basic_radian< Other > &other) noexcept -> basic_angle< Type > &sbx::math::basic_angle< Type >
to_degrees() const noexcept -> basic_degree< value_type >sbx::math::basic_angle< Type >
to_radians() const noexcept -> basic_radian< value_type >sbx::math::basic_angle< Type >
value_type typedefsbx::math::basic_angle< Type >