Function parry3d::transformation::utils::transformed
source · pub fn transformed(
points: Vec<Point<Real>>,
m: Isometry<Real>
) -> Vec<Point<Real>>
Expand description
Returns the transformed version of a vector of points.