vector-basis 0.5.0

Access components of generic vector types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "vector-basis"
version = "0.5.0"
description = "Access components of generic vector types"
authors = ["p <p@p11c.xyz>"]
edition = "2024"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://gitlab.com/porky11/vector-basis"
documentation = "https://docs.rs/vector-basis"
homepage = "https://gitlab.com/porky11/vector-basis"
keywords = ["vector", "math", "components", "geometric-algebra", "no-std"]
categories = ["mathematics", "science"]

[dependencies]
vector-space = "0.7"
scalars = "0.3"