menu
libac_dart
omv/types/rotation.dart
Rotation
isTrue method
isTrue
dark_mode
light_mode
isTrue
method
bool
isTrue
(
)
Implementation
bool isTrue() { return !(x == 0 && y == 0 && z == 0 && s == 1); }
libac_dart
rotation
Rotation
isTrue method
Rotation class