pub fn vec3_permutef(v: &Vector3f, x: usize, y: usize, z: usize) -> Vector3f
Expand description

Permute the coordinate values according to the povided permutation.