A 3d line.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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.
- 1: Via a point and a direction vector (see Line(Point, Vector3d)
- 2: Via two points (see Line(Point, Point))