amethyst / amethyst/bracket-lib
line2d_vector goes into an infinite loop with negative values.
Open
awaiting_confirmation
bug
- Dominant language
- Rust
- Stars
- 1.7k
- Forks
- 126
- PR merge metrics
- No merged PRs in 30d
Description
The following goes into an infinite loop (or seems to be at least) on 0.8.0
```
let pt = Point { x: 2, y: 2 };
let pt2 = Point { x: 7, y: -4 };
let line = rltk::line2d_vector(pt, pt2);
println!("line: {:?}", line);
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.