pub fn transformed(
    points: Vec<OPoint<f32, Const<2>>, Global>,
    m: Isometry<f32, Unit<Complex<f32>>, 2>
) -> Vec<OPoint<f32, Const<2>>, Global>
Expand description

Returns the transformed version of a vector of points.