vecmat

Crates.io Docs.rs Travis CI Appveyor Codecov.io License

Low-dimensional vector algebra with min_const_generics support.

min_const_generics feature are planning to be stabilized in Rust 1.50. So for now this crate requires nightly compiler and nightly feature to be enabled:

toml vecmat = { version = "0.6.0", features = ["nightly"] }

Cargo features

Documentation

Content

Primitives

Transformations

Functionality

Implemented

Planning

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.