Parametric4D

interface Parametric4D<R>(source)

Represents a parametrized function defined in a 4D space. Provides the means to compute a value of type R given four input parameters: u, v, w, and t, typically representing dimensions or coordinates in the 4D space.

Parameters

R

The return type of the computed parametric value.

Functions

Link copied to clipboard
abstract fun value(u: Double, v: Double, w: Double, t: Double): R