An NDoc Documented Class Library

QSpline Class

Qspline represents a quadratic spline which has the tree Controlpoints A, B and ControlPoint. Additionally it holds a weight, which represents the attractivity of the ControlPoint. Ba default weight is set to 1.

For a list of all members of this type, see QSpline Members.

System.Object
   Minais.Drawing3d.Curves.Curve
      Minais.Drawing3d.Curves.MNCurve
         Minais.Drawing3d.Curves.QSpline

public class QSpline : MNCurve

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Minais.Drawing3d.Curves

Assembly: Drawing3d (in Drawing3d.dll)

See Also

QSpline Members | Minais.Drawing3d.Curves Namespace