Overload List
| Method | Description |
|---|---|
Line.Line () | Default constructor. Initializes the normal vector to (0,0,1), the start and end points to (0,0,0), and the thickness to 0.0.... more |
Line.Line (Point3d, Point3d) | This constructor initializes the line object to use pointer1 as the start point, and pointer2 as the endpoint. Both points... more |
