menu
thermion_dart package
documentation
thermion_dart.dart
Quaternion
clone method
clone method
dark_mode
light_mode
clone
method
Quaternion
clone
(
)
Returns a new copy of this.
Implementation
Quaternion clone() => Quaternion.copy(this);
thermion_dart package
documentation
thermion_dart
Quaternion
clone method
Quaternion class