Crate vector_basis[][src]

Expand description

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.

Traits

This trait makes it easy to deal with specified bases of a vector in a generic way.

This trait makes it possible to deal with the bases of a vector in a generic way.