Searched refs:rad2deg (Results 1 - 5 of 5) sorted by relevance

/haiku/src/apps/diskusage/
H A DDiskUsage.h64 #define rad2deg(x) (360.0 * (x) / (2.0 * M_PI)) macro
H A DPieView.cpp583 float angle = rad2deg(atan(dy / dx));
/haiku/src/libs/icon/transformer/
H A DAffineTransformer.cpp139 agg::rad2deg(rotation())));
172 (float)agg::rad2deg(r));
/haiku/src/apps/icon-o-matic/transformable/
H A DChannelTransform.cpp58 double rotation = agg::rad2deg(other.rotation());
/haiku/headers/libs/agg/
H A Dagg_basics.h276 //------------------------------------------------------------------rad2deg
277 inline double rad2deg(double rad) function in namespace:agg

Completed in 51 milliseconds