An NDoc Documented Class Library

LineType Structure

This structure belongs to the geometrical object 3d-line. It contains two Points P and Q and of course a direction, which is given by Q - P. Additional it contains a Valuefunction with returns for every parameter lam a point on the line. In case lam = 0 the Value is P and in case lam = 1 the Value is Q. Sometimes the LineType is regarded as infinite line, somtimes as bounded line, bounded by P and Q. To avoid confusions with the Curveclass 'Line' the name LineType is taken.

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

System.Object
   System.ValueType
      Minais.Drawing3d.Math.LineType

public struct LineType

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

Assembly: Drawing3d (in Drawing3d.dll)

See Also

LineType Members | Minais.Drawing3d.Math Namespace