Expand description
§Feo Math
Feo Math is a library I created to help me learn about linear algebra and spacial rotation.
Feo Math’s intended purpose was to serve as the math library for the feo-oop-engine a 3D engine made with rust. It has no dependencies.
Re-exports§
pub use rotation::axes;
Modules§
- imaginary
- Light implementations for imaginary numbers
- linear_
algebra - multivariate
- multivariate operations
- polynomial
- rotation
- Constructs for representing rotation in 3D space
- utils
- Higher level Utilities.