An NDoc Documented Class Library

Utils.funQSplineDerive Method 

Retrieves the first derivation of a Qspline. See funQSpline.

public static xy funQSplineDerive(
   xy A,
   xy B,
   xy Controlpoint,
   double weight,
   double t
);

Parameters

A
Point A
B
Point B
Controlpoint
Controlpoint
weight
Attraction of the controlpoint. By default it is 1.
t
A paramter

Return Value

Value of the derivation

See Also

Utils Class | Minais.Drawing3d.Math Namespace