An NDoc Documented Class Library

Curve.Derivation Method 

This abstract method must be overridden. He returns the first deriavation of the function defined in the method Value. All parameter t are taken from the interval [fromParam,toParam].

public abstract xy Derivation(
   double t
);

Parameters

t
parameter for the first derivation

Return Value

Value of the first derivation of the curvefunction

See Also

Curve Class | Minais.Drawing3d.Curves Namespace