parry3d::transformation::utils

Function scaled

source
pub fn scaled(points: Vec<Point<f32>>, scale: Vector<f32>) -> Vec<Point<f32>>
Expand description

Returns the transformed version of a vector of points.