|
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 | sbx::math::basic_angle< Type > | |
| basic_angle(const basic_radian< value_type > &radian) noexcept | sbx::math::basic_angle< Type > | |
| basic_angle(const basic_angle< Other > &other) noexcept | sbx::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 typedef | sbx::math::basic_angle< Type > |