pub fn transform(
    points: &mut [OPoint<f32, Const<2>>],
    m: Isometry<f32, Unit<Complex<f32>>, 2>
)
Expand description

Applies in-place a transformation to an array of points.