The OpenD Programming Language

mir.interpolate.mod

Members

Aliases

InterpolationSqrt
alias InterpolationSqrt = InterpolationMap!implSqrt

Applies square root function to the interpolated value.

interpolationSqrt
alias interpolationSqrt = interpolationMap!implSqrt

Applies square root function to the interpolated value.

Templates

InterpolationMap
template InterpolationMap(alias fun)

Applies function to the interpolated value.

interpolationMap
template interpolationMap(alias fun)

Applies function to the interpolated value.

Meta

Authors

Ilia Ki