Crate vec_x

source ·
Expand description

Provides a fixed-length array in which basic traits are implemented.

基本的なトレイトが実装されている固定長の配列を提供します。

Structs§

  • Iterator for IndexedVecXs. Returns the elements of IndexedVecXs in order.
  • A structure representing a set of indexed VecX. It is indexed for unique VecX and can efficiently handle sets of VecX in some use cases.
  • A structure representing a fixed-length array of arbitrary elements and arbitrary length. Since it was created primarily to represent mathematical vectors and colors, it supports four arithmetic operations.