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