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