menu
fluttershy package
documentation
math.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);
fluttershy package
documentation
math
Quaternion
scaled method
Quaternion class