#vector #generic #type #component

vector-basis

Access components of generic vector types

1 unstable release

0.1.0 Jan 9, 2022

#362 in #generic

Download history 2/week @ 2023-11-27 5/week @ 2024-01-08 7/week @ 2024-02-12 9/week @ 2024-02-19 31/week @ 2024-02-26 16/week @ 2024-03-04 12/week @ 2024-03-11

69 downloads per month
Used in 6 crates (2 directly)

MIT/Apache

4KB
55 lines

This crate contains a trait to access the basis vectors of a vector. It's recommended not to use this crate and instead stick with the vector space crate. Only use it, when it's really necessary to access the vector components, for example when communicating with a render engine. *

Dependencies

~165KB