David-OConnor / lin-alg

Operations on matrices, vectors, and quaternions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vector and quaternion functionality for general purposes, and computer graphics.

Crate Docs

Uses f32 and f64 based types.

Example use cases:

  • Computer graphics
  • Biomechanics
  • Structural chemistry and biochemistry
  • Aircraft attitude systems and autopilots

Compatibility with no_std tgts, eg embedded. Use the no_std feature.

For some info on quaternion operations: Quaternions: A practical guide

About

Operations on matrices, vectors, and quaternions


Languages

Language:Rust 100.0%