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

Permute the coordinate values according to the povided permutation.