menu
three_dart package
documentation
three3d/math/matrix3.dart
Matrix3
premultiply method
premultiply method
dark_mode
light_mode
premultiply
method
Matrix3
premultiply
(
Matrix3
m
)
Implementation
Matrix3 premultiply(Matrix3 m) { return multiplyMatrices(m, this); }
three_dart package
documentation
three3d/math/matrix3
Matrix3
premultiply method
Matrix3 class