Packages

p

faces.render.prt

functions

package functions

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class CachedFunction [P, R](f: (P) ⇒ R) extends (P) ⇒ R with Product with Serializable

    Caches a function by storing results of previous evaluations

  2. 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

  1. object SphericalFunction

Ungrouped