warp

Return a view of src with the coordinates transformed according to the given formulas

  1. auto warp(V src)
    template warp(string xExpr, string yExpr)
    warp
    (
    V
    )
    (
    auto ref V src
    )
    if ()
  2. template warp(alias pred)

Members

Functions

warp
auto warp(V src)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta