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