Commit graph

14 commits

Author SHA1 Message Date
josh65536 816c043223
Fixed opposite quaternion slerp bug (#515)
* Fixed opposite quaternion slerp bug

* Removed an unnecessary

* nlerp and slerp always take the shortest path now
2020-08-11 23:04:27 -04:00
Nathan Stoddard 2c7ee50ef4 Fix compilation of benchmarks
This switches to `SmallRng` since that doesn't require adding another dependency.
2020-06-04 15:15:38 -04:00
Andrea Catania ff1cda766d Code formatted with 2019-11-05 07:16:38 +01:00
Victor Koenders df4f27e40e Fixed warnings 2018-06-08 14:01:26 +02:00
Brendan Zabarauskas 574dd3b972 Run rustfmt on most files 2018-01-03 13:16:40 +11:00
Luxko 09c8727c7c Add newline at end of file 2017-03-12 15:59:06 +08:00
Luxko 68d1d27222 Add SIMD support for determinant and inverse
Also:
- Change the travis script: no use `cargo bench`ing in beta or stable.
- Add bench test for Matrix4's determinant().
- clean code a bit
2017-02-25 20:31:38 +08:00
Brendan Zabarauskas 4c8fc61e23 Fix benchmarks 2015-12-22 22:55:59 +11:00
Jonathan Neuschäfer f4ac3952bd Grammar/spelling fixes 2015-03-18 17:51:38 +01:00
Jonathan Neuschäfer 4c527f8334 s/AUTHORS file/Cargo.toml file/ 2015-03-18 17:51:03 +01:00
Colin Sherratt 33bb8022cb Fixed benchmarks 2015-02-08 13:42:28 -05:00
Colin Sherratt c7270a9077 Update to latest rustc 2015-01-07 15:34:42 -07:00
Connorcpu 6e9cd482eb Fixed macros in the benches 2014-12-19 10:06:39 -08:00
Sébastien Crozet 0bbefed4bc Improve the benchmark suite.
As a side effect, this adds `Rand` deriving to the benchmarked strucures.
2014-11-07 16:23:10 +01:00