An NDoc Documented Class Library

Surface Class

A surface is a area, which is given by a parametrisized function (Value). She has two parameters u and v and has a xyz result. The parameters u and v are taken allways in the interval [0,1]. On this way a 3-dimsonal surface is defined.
With drawSurface you can draw this surface. Additional the partial derivations uDerivation and vDerivation must bee given. Surface by himself is an abstract class. Value, uDerivation and vDerivation have to been overridden.

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

System.Object
   Minais.Drawing3d.Surfaces.Surface
      Minais.Drawing3d.Surfaces.ArrayExtruder
      Minais.Drawing3d.Surfaces.CurveExtruder
      Minais.Drawing3d.Surfaces.Sphere

public abstract class Surface

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.Surfaces

Assembly: Drawing3d (in Drawing3d.dll)

See Also

Surface Members | Minais.Drawing3d.Surfaces Namespace | Sphere