Skip to content

Rust library crate containing vector and matrix math and some utility functions

Notifications You must be signed in to change notification settings

LinusDikomey/vecm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vecm

A rust library for linear algebra. The available operations are focused on 2D/3D graphics and games.

Features

  • Generic vectors in 2,3 and 4 dimensions including many math and helper functions
  • Arbitrary matrices using const generics to ensure efficiency and correct operations
  • Matrix functions for projection, transformation, translation, rotation and other matrices
  • Quaternions
  • Swizzle functions for vectors

About

Rust library crate containing vector and matrix math and some utility functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages