Line Constructor

Overload List
  NameDescription
Public methodLine
Instantiates a line with an undefined direction.
Public methodLine(LineSegment)
Instantiates a line defined by the given line segment.
Public methodLine(Point, Point)
Instantiates a line defined by the given points.
Public methodLine(Point, Vector)
Instantiates a line defined by the given point and direction vector.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next