R/vector_utils.R
rotate_points_3d.Rd
Rotate points in 3D using Rodrigues' formula
rotate_points_3d(points, angle, axis = c(0, 0, 1))
Matrix (N x 3)
Angle in radians
Rotation axis vector (length 3)
Rotated matrix (N x 3)