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:
8
README.md
Normal file
8
README.md
Normal 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.
|
Reference in New Issue
Block a user