menu
objd package
documentation
core.dart
Rotation
Rotation.east factory constructor
Rotation.east factory constructor
dark_mode
light_mode
Rotation.east
constructor
Rotation.east
(
{
double
dx
=
0
,
double
y
=
0
,
})
Implementation
factory Rotation.east({double dx = 0, double y = 0}) => Rotation.glob(x: -90 + dx, y: y);
objd package
documentation
core
Rotation
Rotation.east factory constructor
Rotation class