CGAL: Transformation Matrix for Rotation given two lines/vectors/directions
- by Vulcan Eager
How do I generate a transformation matrix for rotating points/others by the angle between two lines/vectors/directions in CGAL?
2D is what I need. 3D is what I love.