An NDoc Documented Class Library

Bezier.Derivation Method 

Overrides the abstract Derivationfunction Derivation of the curveclass and retrieves the derivation of the Bezierfunction of t depending on the controlpoints Points

public override xy Derivation(
   double t
);

Parameters

t
parameter

Return Value

Derivation of the bezierfunction

See Also

Bezier Class | Minais.Drawing3d.Curves Namespace