[][src]Function pbrt::core::geometry::pnt3_permute

pub fn pnt3_permute<T>(v: &Point3<T>, x: usize, y: usize, z: usize) -> Point3<T> where
    T: Copy

Permute the coordinate values according to the povided permutation.