vertexMap

map a single face to another face of same shape with all elements mapped by the passed function. element type of returned face can differ from element type in input face

  1. auto vertexMap(FT face)
    vertexMap
    (
    alias fun
    FT
    )
    (
    in FT face
    )
    if ()
  2. auto vertexMap(FR faceRange)

Meta