amethyst / amethyst/bracket-lib
line2d_vector goes into an infinite loop with negative values.
Abierto
awaiting_confirmation
bug
- Lenguaje dominante
- Rust
- Estrellas
- 1.7k
- Forks
- 126
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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);
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.