Karshan
Results
2
comments of
Karshan
I did a bit of digging and I think several Matrix related functions are all wrong. One simple example is [Matrix::rotate_z](https://github.com/deltaphc/raylib-rs/blob/master/raylib/src/core/math.rs#L1530). This is the implementation in raylib-rs ``` pub fn...
Slightly related: I just made pr #15 to add intersection and intersectionWith.