menu
thermion_dart package
documentation
thermion_dart.dart
Quaternion
scaled method
scaled method
dark_mode
light_mode
scaled
method
Quaternion
scaled
(
double
scale
)
Scaled copy of this.
Implementation
Quaternion scaled(double scale) => clone()..scale(scale);
thermion_dart package
documentation
thermion_dart
Quaternion
scaled method
Quaternion class