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