When using nalgebra_glm, how to call transform_point?
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
I have a Vec3, and a Mat4x4. I want to transform the vec3 as if it is a point.
It seems that transform_point takes a 'Point3', but this is not part of nalgebra_glm.
Note that transform_vector works fine, because it takes a Vec3.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.