dimforge / dimforge/nalgebra

Component wise multiplication with nalgebra-glm

Open
#716 6 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.