Skip to main content

apply_2d_transformation

Function apply_2d_transformation 

Source
pub fn apply_2d_transformation(
    points: &DMatrix<f64>,
    translation: &Vector2<f64>,
    rotation_angle: f64,
) -> DMatrix<f64>
Expand description

Apply 2D transformation to points