Module feanor_math::vector
source · Expand description
Contains the trait vector::VectorView for objects that provide access to
some kind of linear container.
This module is currently slightly chaotic, as there is significant functionality overlap
between vector::VectorView, vector::vec_fn::VectorFn and std::iter::Iterator
Modules§
Structs§
Traits§
- A trait for objects that provides read access to a 1-dimensional array of objects.
- A trait for objects that provides mutable access to a 1-dimensional array of objects.