pub fn get_uvw_face(face: u8, axis: usize, direction: usize) -> i32Expand description
With respect to the (u,v,w) coordinate system of a given face, return the face that lies in the given direction (negative=0, positive=1) of the given axis (u=0, v=1, w=2). For example, GetUVWFace(4, 0, 1) returns the face that is adjacent to face 4 in the positive u-axis direction.