Expand description
multi dimensional column vector with generic vec2, vec3 and vec4 implementations
Structs§
Traits§
- Cross
- trait for cross product, this is implemented for Vec3
- Dot
- trait for dot product
- Magnitude
- trait for operations involve vector magnitude or dot product
- Nlerp
- trait for normalized interpolation, which is applicable with vec and quat
- Signed
VecN - trait for vectors of signed types to allow Neg
- Slerp
- trait for spherical interpolation, which is applicable with vec and quat
- Triple
- trait for scalar and vector triple products
- VecFloat
Ops - operations to apply to n-dimensional vectors
- VecN
- generic vec trait to allow sized vectors to be treated generically