Alias Triangle

a triangular face type, with a vertex type parameter T can be an index or actual vertex

alias Triangle(VT) = GenFace!(3,VT);