vec3D 0.1.0

A minimal 3D Vector library in Rust.
Documentation

vec3D

A minimal 3D Vector library in Rust. Designed with a preference for towards conventions from physics. Inspired by the CLHEP Hep3Vector class.

License

This project is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT)

TODO

  • Conversions to spherical/cylindrical coordinates
  • Generate documentation
  • Add more examples