An NDoc Documented Class Library

Curve Class

The class Curve represents a twodimensional parameterized mathematical curve. The parameter is restricted to the interval [0, 1]. To define a curve you have to override the abstract Methods Value and Derivation If this is done, a curve can be drawn in a device by the method drawCurve Additionally a curve has a resolution. This is used by the method ToArray , who retrieves an array with Resolution+1 points.

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

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

public abstract class Curve : ITransform

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

Curve Members | Minais.Drawing3d.Curves Namespace