Method | Description | |
---|---|---|
LineSegment3DF ( MCvPoint3D32f p1, MCvPoint3D32f p2 ) : System |
Create a line segment with the specific start point and end point
|
public LineSegment3DF ( MCvPoint3D32f p1, MCvPoint3D32f p2 ) : System | ||
p1 | MCvPoint3D32f | The first point on the line segment |
p2 | MCvPoint3D32f | The second point on the line segment |
return | System |