An NDoc Documented Class Library

Utils.funQSpline Method 

retrieves the value of QSpline ( a quadratic weighted spline) at t. He is given by two points A and B and a controlpoint P. Additionally a weight for the attraction of the controlpoint can be set.

public static xy funQSpline(
   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

Returns the functionvalue

See Also

Utils Class | Minais.Drawing3d.Math Namespace