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