Click or drag to resize

FoundLine Constructor

Overload List
 NameDescription
Public methodFoundLine(FoundLine) Copy constructor.
Public methodFoundLine(dvec2, dvec2, dvec3) Constructs a line using two dvec2 points.
Public methodFoundLine(dvec3, dvec3, dvec3) Constructs a line using two dvec3 points.
Public methodFoundLine(dvec3, Double, dvec3) Constructs a line using a dvec3 point and an angle.
Public methodFoundLine(Point, Double, dvec3) Constructs a line using a System.Drawing.Point and an angle.
Public methodFoundLine(Point, Point, dvec3) Constructs a line using two points of type System.Drawing.Point.
Public methodFoundLine(PointF, PointF, dvec3) Constructs a line using two points of type System.Drawing.PointF.
Top
See Also