Skip to content

bastikr/geometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geometry 3D

A library for manipulating 3 dimensional vectors.

This library is mostly written to learn about a few C++ related things:

  • C++ project directory structures
  • cmake
  • unittests with googletest
  • automatic integration with travis-ci
  • doxygen

Development status

  • Linux build: Travis build status

Documentation

At the moment it provides only functionality regarding rotations:

  • Rotation matrices: geometry::rotations::RotationMatrix
  • ZYX euler angles: geometry::rotations::EulerAngles
  • Axis-angle approach: geometry::rotations::AxisAngle
  • Quaternions: geometry::rotations::Quaternion

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors