dimforge / dimforge/ncollide

Use a general transformation type for certain operations such as ray-object queries

Open
#239 3 comments 0 reactions 0 assignees View on GitHub
breaking change enhancement P-low
Dominant language
Rust
Stars
926
Forks
104
PR merge metrics
No merged PRs in 30d

Description

[`toi_with_ray`](https://www.ncollide.org/rustdoc/ncollide3d/query/trait.RayCast.html#method.toi_with_ray) takes an isometry which is the transformation to apply to the object. Unfortunately, isometrys do not involve scaling, so if I wanted to query rays against a objects of various sizes, I would have to do various transformations to either the ray or the object. I think it would be better to use a general transformation type for this sort of thing that did incorporate scaling.

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.