Skip to content

Small library for matrix operations with focuse on coordinate transformations and robotics

License

Notifications You must be signed in to change notification settings

zvezdochiot/tmatrix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transformation matrix

tmatrix is a small pure C library for linear algebra. It is focused on coordinate transformations and other robotics specific tasks.

The library includes following parts:

  • tmatrix.h - main definitions and matrix operations.
  • tmatrix_vec.h - vector specific operations.
  • tmatrix_homo.h - homogenous transformations and specific simplifications.
  • tmatrix_io.h - object print, csv reading and writing.
  • tmatrix_rot.h - operations with rotation matrices and quaternions.

About

Small library for matrix operations with focuse on coordinate transformations and robotics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.7%
  • Makefile 1.3%