pub fn apply_2d_transformation( points: &DMatrix<f64>, translation: &Vector2<f64>, rotation_angle: f64, ) -> DMatrix<f64>
Apply 2D transformation to points