This website requires JavaScript.
Explore
Help
Sign In
CyberMages
/
sigils
Watch
1
Star
0
Fork
0
You've already forked sigils
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
sigils
/
tests
/
lib.rs
3 lines
27 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
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.
2015-10-09 13:02:54 -04:00
mod
constants
;
Created a new math library. This library will e the math library of the magic game engine. Currently, it defines basic numerical types that can be used in generic programming and a set of generic Vector structures. Tests can be added to the "tests" crate.
2015-10-04 02:59:26 -04:00
mod
vector
;
Reference in New Issue
Copy Permalink