Skip to content

Implementation of representations of 3d rotation in c++ from scratch

Notifications You must be signed in to change notification settings

xmba15/3d_rotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3d_rotation

Rodrigues' rotation formula

A rotation can be represented by a rotation axis n^ and an angle θ

A rotation matrix corresponding to a rotation by θ around an axisn^ is as follows:

where [n^]_x is the matrix form of the cross product operator with the vector n^=(n^_x,n^_y,n^_z)

About

Implementation of representations of 3d rotation in c++ from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published