Finished the Vector definition.

This complete what is needed for the definition of Vector2, Vector3, and Vector4.

This required a trigonometry section, fleshing out the rest of the Number, ToNumber,
and FromNumber section, correctly defining all the available function for the Real
trait, and defining several constants.
This commit is contained in:
Jason Travis Smith
2015-10-09 13:02:54 -04:00
parent e410e69e2f
commit 7ae702fd5c
13 changed files with 3158 additions and 198 deletions

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# Sigils #
A mathematics library.
The code in this library uses macros pretty heavily. As such,
please check the trait's documentation for a function since the
macro definition will not really be documented. This was not
done to make documentation difficult, but to make coding the
library easier and to make it easier to maintain.