Skip to content

Commit 1066fc3

Browse files
committed
Added todo
1 parent c074449 commit 1066fc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/SwiftPlot/Interpolator.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
// TODO: Maybe rename this "Mapping"?
3+
24
/// An `Interpolator` maps values to a continuum between 0 and 1
35
public struct Interpolator<Element> {
46
public var compare: (Element, Element) -> Bool

0 commit comments

Comments
 (0)