| Name | Description |
---|
 | FoundLine(FoundLine) |
Copy constructor.
|
 | FoundLine(dvec2, dvec2, dvec3) |
Constructs a line using two dvec2 points.
|
 | FoundLine(dvec3, dvec3, dvec3) |
Constructs a line using two dvec3 points.
|
 | FoundLine(dvec3, Double, dvec3) |
Constructs a line using a dvec3 point and an angle.
|
 | FoundLine(Point, Double, dvec3) |
Constructs a line using a System.Drawing.Point and an angle.
|
 | FoundLine(Point, Point, dvec3) |
Constructs a line using two points of type System.Drawing.Point.
|
 | FoundLine(PointF, PointF, dvec3) |
Constructs a line using two points of type System.Drawing.PointF.
|