An NDoc Documented Class Library

LineType2d Structure

This structure belongs to the geometrical object 2d-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 LineType2d is regarded as infinite line, somtimes as bounded line, bounded by P and Q. To avoid confusions with the Curveclass Line the name LineType2d is taken.

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

System.Object
   System.ValueType
      Minais.Drawing3d.Math.LineType2d

public struct LineType2d

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

LineType2d Members | Minais.Drawing3d.Math Namespace