Component wise multiplication with nalgebra-glm
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
Cannot multiply two vectors component wise (glm 0.7.0):
```
use glm::*;
let brick_size = vec2(64f32, 32f32);
let brick_spacing = vec2(8f32, 8f32);
let xxx = brick_size * brick_spacing;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.