4 Commits

Author SHA1 Message Date
d4a9e67a4a Fixing Rust 2018 idioms. 2019-01-21 22:21:24 -05:00
be9cd149ac Fixing the Vector example to be easier to read. 2017-07-01 15:39:28 -04:00
43a1e30808 Added the basic trigonometric functions.
These were moved to their own trait and removed from the definition of
a Real number. This allows the definition of a trigonometric function
to call a different libc trig function depending on type.
2017-06-27 18:19:33 -04:00
Jason Travis Smith
e64c3b0fbe Added Debug, Display, and Default to Vectors and Quaternions.
This also adds an example for Vectors and Quaternions.
2016-01-07 17:42:23 -05:00