We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c074449 commit 1066fc3Copy full SHA for 1066fc3
Sources/SwiftPlot/Interpolator.swift
@@ -1,4 +1,6 @@
1
2
+// TODO: Maybe rename this "Mapping"?
3
+
4
/// An `Interpolator` maps values to a continuum between 0 and 1
5
public struct Interpolator<Element> {
6
public var compare: (Element, Element) -> Bool
0 commit comments