An NDoc Documented Class Library

Bezier Class

The class Bezier implements a Beziercurve. Initialized is this curve by for controlpoints, which makes the curve to a cubic Bezier. By setting the Points you can make a bezier of any degree.

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

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

public class Bezier : 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

Bezier Members | Minais.Drawing3d.Curves Namespace