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.
9 lines
333 B
Markdown
9 lines
333 B
Markdown
# 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.
|