Module maths_rs::vec

source ·
Expand description

multi dimensional column vector with generic vec2, vec3 and vec4 implementations

Structs

Traits

  • trait for cross product, this is implemented for Vec3
  • trait for dot product
  • trait for operations involve vector magnitude or dot product
  • trait for normalized interpolation, which is applicable with vec and quat
  • trait for vectors of signed types to allow Neg
  • trait for spherical interpolation, which is applicable with vec and quat
  • trait for scalar and vector triple products
  • operations to apply to n-dimensional vectors
  • generic vec trait to allow sized vectors to be treated generically

Functions