Changes the definition of the line segment so that the start point is point1 and the endpoint is point2. point1 and point2 must not be the same point.
Public Function Set( point1 As Point3d, point2 As Point3d ) As void
public void Set( Point3d point1, Point3d point2 );
Parameters |
Description |
Point3d point1 |
Input start point of line segment |
Point3d point2 |
Input end point of line segment |
Comments? |