package functions
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
CachedFunction
[P, R](f: (P) ⇒ R) extends (P) ⇒ R with Product with Serializable
Caches a function by storing results of previous evaluations
-
trait
SphericalFunction
[A] extends (Double, Double) ⇒ A with (Vector3D) ⇒ A
A trait that decorates spherical functions with advanced related functionality.
A trait that decorates spherical functions with advanced related functionality.
Implementations must override at least one version of the overloaded apply method.
- A
Codomain of the function
Value Members
- object SphericalFunction