transformed abstract method

PathEdge transformed(
  1. Point<double> transform(
    1. Point<double>
    )
)

Transform an edge with a function (on Point

Implementation

PathEdge transformed(Point<double> Function(Point<double>) transform);