A 3d line.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public class Line
Visual Basic (Declaration)
Public Class Line
Visual C++
public ref class Line

Remarks

A line is defined by l = p + u * d, where
  • p is a defining point Point on the line,
  • u is a real number and
  • d is the non-zero length direction vector of the line.
A line can be constructed in two ways:

Inheritance Hierarchy

System..::.Object
  ceometric.VectorGeometry..::.Line

See Also