summaryrefslogtreecommitdiffstats
path: root/core/src/angle.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement `std::fmt::Display` for `iced::Radians` (#2446)Libravatar SolidStateDj2024-06-181-0/+7
| | | | | | | | | | | * Implement `std::fmt::Display` for Radians * Add ` rad` to the end of all displayed strings. Co-authored-by: Héctor Ramón <hector0193@gmail.com> --------- Co-authored-by: Héctor Ramón <hector0193@gmail.com>
* Add `spin` mode to `ferris` example :crab:Libravatar Héctor Ramón Jiménez2024-05-031-1/+25
|
* Create `ferris` example to showcase `ContentFit` and `Rotation`Libravatar Héctor Ramón Jiménez2024-05-021-0/+43
|
* Simplify image rotation API and its internalsLibravatar Héctor Ramón Jiménez2024-05-021-0/+6
|
* Show name of current `Theme` in `clock` exampleLibravatar Héctor Ramón Jiménez2024-03-161-0/+24
|
* Improve `Radians` ergonomicsLibravatar Héctor Ramón Jiménez2024-01-311-30/+55
|
* Use `Radians` in arc and ellipse typesLibravatar kxie2024-01-311-1/+45
|
* Fix majority of unresolved documentation linksLibravatar Matthias Vogelgesang2023-09-091-1/+1
|
* Fine-tune `Radians::to_distance`Libravatar Héctor Ramón Jiménez2023-09-081-7/+8
| | | | | An angle of 0 radians will "point" to the top-center of a `Rectangle` and then increase clockwise.
* Use `Radians` as a number directly in `gradient` exampleLibravatar Héctor Ramón Jiménez2023-09-081-3/+42
|
* Added support for gradients as background variants + other optimizations.Libravatar Bingus2023-05-111-0/+33