#include <scalar.h>
Public Member Functions | |
constexpr | Degrees ()=default |
constexpr | Degrees (Scalar p_degrees) |
constexpr | operator Radians () const |
constexpr bool | IsFinite () const |
constexpr Degrees | operator- () const |
constexpr Degrees | operator+ (Degrees d) const |
constexpr Degrees | operator- (Degrees d) const |
constexpr bool | operator> (Degrees d) |
constexpr bool | operator>= (Degrees d) |
constexpr bool | operator== (Degrees d) |
constexpr bool | operator!= (Degrees d) |
constexpr bool | operator<= (Degrees d) |
constexpr bool | operator< (Degrees d) |
constexpr Degrees | GetPositive () const |
Public Attributes | |
Scalar | degrees = 0.0 |
|
constexprdefault |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
Definition at line 111 of file scalar.h.
References degrees.
Referenced by impeller::Arc::ComputeIterations(), and impeller::Arc::GetTightArcBounds().
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
Scalar impeller::Degrees::degrees = 0.0 |
Definition at line 77 of file scalar.h.
Referenced by impeller::interop::PathBuilder::AddArc(), impeller::Arc::Arc(), impeller::Arc::ComputeIterations(), GetPositive(), impeller::Arc::GetTightArcBounds(), IsFinite(), impeller::Arc::IsFullCircle(), operator Radians(), operator!=(), operator+(), operator-(), operator<(), std::operator<<(), operator<=(), operator==(), operator>(), operator>=(), impeller::interop::DisplayListBuilder::Rotate(), impeller::SweepGradientContents::SetCenterAndAngles(), impeller::testing::TEST(), and impeller::testing::TEST_P().