Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add multiplyScalar and multiplyScalarAndAdd functions for matrices #197

Merged
merged 1 commit into from Dec 2, 2015

Conversation

thomcc
Copy link
Contributor

@thomcc thomcc commented Dec 2, 2015

Basically the matrix versions of vec{N}.scale and vec{N}.scaleAndAdd respectively. The name difference is due to the fact that mat{N}.scale is already taken.

@thomcc
Copy link
Contributor Author

thomcc commented Dec 2, 2015

This might address some of what #184 is asking for, but I'm not certain.

@toji
Copy link
Owner

toji commented Dec 2, 2015

Not sure this entirely addressed #184, and honestly the multiplyScalarAndAdd seems kinda special case to me, but I'm happy to merge regardless.

toji added a commit that referenced this pull request Dec 2, 2015
Add multiplyScalar and multiplyScalarAndAdd functions for matrices
@toji toji merged commit bcea1c3 into toji:master Dec 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants