vector_math.dart
vector_math.dart copied to clipboard
Matrix4.leftMultiply
The reason is the same as #166, sometimes people thought that it would be nice to be able to left multiply a matrix in place.
I know this can be done by transposing twice, but I thought those might be redundant operations.
@tanzhenghao-james Please send a PR for this feature.