The OpenD Programming Language

Spline.opBinary

Note: defined only for 1D splines

struct Spline(F, size_t N = 1, X = F)
extern (D) @trusted const
static if(N == 1)
opBinary
(
string op
)
(
const Spline rhs
)
if (
op == "+" ||
op == "-"
)
if (
N &&
N <= 6
)

Meta