LineSegment3d Constructor

Overload List

Method Description
LineSegment3d.LineSegment3d () Default constructor. Constructs a line segment between (0,0,0) and (1,0,0).
LineSegment3d.LineSegment3d (Point3d, Point3d) Constructs a line segment between point1 and point2. point1 and point2 must not be the same point.
LineSegment3d.LineSegment3d (Point3d, Vector3d) Constructs a line segment whose start point is point and whose endpoint is point+vector. vector must not be a... more