Click or drag to resize

Line Constructor

Overload List
  NameDescription
Public methodLine(Point3d, Point3d)
Constructs a new line segment between two points.
Public methodLine(Point3d, Vector3d)
Constructs a new line segment from start point and span vector.
Public methodLine(Point3d, Vector3d, Double)
Constructs a new line segment from start point, direction and length.
Public methodLine(Double, Double, Double, Double, Double, Double)
Constructs a new line segment between two points.
Top
See Also