Function parry3d_f64::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.