Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize Vector3d matrix multiply methods taking into account matrix …
…properties (#337) - mulProject() now takes into account identity, translation and affine - new method mulProjectTranslation() when assuming translation - new method mulProjectAffine() when assuming affine - new method mulProjectGeneric() when not assuming (and also not testing for) properties - mulPosition() now takes into account identity, translation and affine - new method mulPositionTranslation() when assuming translation - new method mulPositionGeneric() when not assuming (and also not testing for) properties
- Loading branch information