menu
thermion_dart package
documentation
thermion_dart.dart
Matrix2
transposed method
transposed method
dark_mode
light_mode
transposed
method
Matrix2
transposed
(
)
Returns the tranpose of this.
Implementation
Matrix2 transposed() => clone()..transpose();
thermion_dart package
documentation
thermion_dart
Matrix2
transposed method
Matrix2 class