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