pub fn scaled(
    points: Vec<OPoint<f32, Const<3>>, Global>,
    scale: Matrix<f32, Const<3>, Const<1>, ArrayStorage<f32, 3, 1>>
) -> Vec<OPoint<f32, Const<3>>, Global>
Expand description

Returns the transformed version of a vector of points.