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