Function construct::con [] [src]

pub fn con<T: Float>(w: T, a: Fn1<T>, b: Fn1<T>) -> Fn1<T>

Concatenates two 1d -> 3d functions returning a new function.

The input to the new function is normalized.