sandbox
|
This is the complete list of members for sbx::math::basic_angle< Type >, including all inherited members.
basic_angle(const basic_degree< value_type > °ree) noexcept (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > | inline |
basic_angle(const basic_radian< value_type > &radian) noexcept (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > | inline |
basic_angle(const basic_angle< Other > &other) noexcept (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > | inline |
operator*=(const Other other) noexcept -> basic_angle< Type > & (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > | inline |
operator+=(const basic_angle< Other > &other) noexcept -> basic_angle< Type > & (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > | inline |
operator+=(const basic_degree< Other > &other) noexcept -> basic_angle< Type > & (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > | inline |
operator+=(const basic_radian< Other > &other) noexcept -> basic_angle< Type > & (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > | inline |
operator-=(const basic_angle< Other > &other) noexcept -> basic_angle< Type > & (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > | inline |
operator-=(const basic_degree< Other > &other) noexcept -> basic_angle< Type > & (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > | inline |
operator-=(const basic_radian< Other > &other) noexcept -> basic_angle< Type > & (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > | inline |
to_degrees() const noexcept -> basic_degree< value_type > (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > | inline |
to_radians() const noexcept -> basic_radian< value_type > (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > | inline |
value_type typedef (defined in sbx::math::basic_angle< Type >) | sbx::math::basic_angle< Type > |