A complete guide to implementing a 3D vector type in Rust, including vector arithmetic, magnitude, dot AND cross products, normalization, along with comprehensive unit tests.
RustLinear AlgebraLars
Notes on hardware, web dev, experiments and whatever else I'm playing with.
A complete guide to implementing a 3D vector type in Rust, including vector arithmetic, magnitude, dot AND cross products, normalization, along with comprehensive unit tests.
A complete guide to implementing a 2D vector type in Rust, including vector arithmetic, magnitude, dot product, normalization, and comprehensive unit tests.
Episode 1 of the lars learning series, in this episode, we will get everything setup ready to develop our own LA crate.
An overview of the Lars Learning Series: a set of guides that help you build your own linear algebra tools step by step, alongside the lars crate.