vector_math.dart icon indicating copy to clipboard operation
vector_math.dart copied to clipboard

Matrix4.leftMultiply

Open tanzhenghao-james opened this issue 3 years ago • 1 comments

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 avatar Jun 11 '21 02:06 tanzhenghao-james

@tanzhenghao-james Please send a PR for this feature.

johnmccutchan avatar Jun 20 '23 16:06 johnmccutchan