#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 auto | operator<=> (const Degrees &d) const =default |
| constexpr Degrees | GetPositive () const |
Public Attributes | |
| Scalar | degrees = 0.0 |
|
constexprdefault |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
Definition at line 91 of file scalar.h.
References degrees.
Referenced by impeller::Arc::ComputeIterations(), and impeller::Arc::GetTightArcBounds().
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
constexprdefault |
| Scalar impeller::Degrees::degrees = 0.0 |
Definition at line 67 of file scalar.h.
Referenced by flutter::DlPathBuilder::AddArc(), impeller::interop::PathBuilder::AddArc(), impeller::Arc::Arc(), impeller::Arc::ComputeIterations(), GetPositive(), impeller::Arc::GetTightArcBounds(), IsFinite(), impeller::Arc::IsFullCircle(), flutter::DlPath::MakeArc(), operator Radians(), operator+(), operator-(), operator-(), impeller::interop::DisplayListBuilder::Rotate(), impeller::SweepGradientContents::SetCenterAndAngles(), impeller::testing::TEST(), impeller::testing::TEST(), impeller::testing::TEST(), and impeller::testing::TEST_P().