menu
snowfall package
documentation
snowfall/utils/point.dart
Point
polar static method
polar static method
dark_mode
light_mode
polar
static method
Point
polar
(
double
l
,
double
r
)
Implementation
static Point polar(double l, double r) { return Point(l * math.cos(r), l * math.sin(r)); }
snowfall package
documentation
snowfall/utils/point
Point
polar static method
Point class