An NDoc Documented Class Library

Utils.funBezierDerive Method 

retrieves the first derive of Bezierfunction at t. The degree is given by the count of Points in the array Points.

public static xy funBezierDerive(
   xy[] Points,
   double t
);

Parameters

Points
controlpoints of the bezierfuntion. The count determes the degree
t
is the value for which the calculation is given

Return Value

value of the derivation of the Bezierfunction

See Also

Utils Class | Minais.Drawing3d.Math Namespace