# `math_utils`   [![Latest Version]][crates.io] [![Rust Version]][nightly] [![License]][license-file] [![Documentation]][docs] [![Build Status]][pipelines]
[Latest Version]: https://img.shields.io/crates/v/nsys-math-utils.svg
[crates.io]: https://crates.io/crates/nsys-math-utils
[Rust Version]: https://img.shields.io/badge/rust-nightly-orange.svg
[nightly]: https://rust-lang.github.io/rustup/concepts/channels.html
[License]: https://img.shields.io/crates/l/nsys-math-utils.svg
[license-file]: https://gitlab.com/spearman/math-utils-rs/-/blob/master/LICENSE
[Documentation]: https://docs.rs/nsys-math-utils/badge.svg
[docs]: https://docs.rs/nsys-math-utils
[Build Status]: https://gitlab.com/spearman/math-utils-rs/badges/master/pipeline.svg
[pipelines]: https://gitlab.com/spearman/math-utils-rs/-/pipelines
> Math utilities
- Concrete data types building on types from [`vek`](https://github.com/yoanlcq/vek)
crate
- Abstract algebraic trait hierarchy for generic $n \in \{2,3,4\}$-dimensional spaces
- Coordinate and transformation types with tagged units
- Strongly typed value constraints (e.g. non-negative scalars, non-zero vectors,
invertible matrices)
- Support for fixed precision scalars from the
[`fixed`](https://gitlab.com/tspiteri/fixed) crate
- Geometry primitives and intersection tests