doodle.interact.animation.Interpolator
See theInterpolator companion trait
object Interpolator
Attributes
- Companion
- trait
- Source
- Interpolator.scala
- Graph
-
- Supertypes
- Self type
-
Interpolator.type
Members list
Type members
Classlikes
object interpolatorInvariant extends Invariant[Interpolator]
Invariant functor instance for Interpolator
Invariant functor instance for Interpolator
Attributes
- Source
- Interpolator.scala
- Supertypes
- Self type
Value members
Concrete methods
Perform Kahan summation given the total so far, the value to add to the total, and the error term (which starts at 0.0). Returns the updated total and the new error term.
Perform Kahan summation given the total so far, the value to add to the total, and the error term (which starts at 0.0). Returns the updated total and the new error term.
Kahan's algorithm is a way to sum floating point numbers that reduces error compared to straightforward addition.
Attributes
- Source
- Interpolator.scala
Implicits
Implicits
Interpolator instance for Angle
Interpolator instance for Double
In this article