The CvLineSegmentPoint type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) | |
| Equals(CvLineSegmentPoint) |
Specifies whether this object contains the same members as the specified Object.
| |
| GetHashCode |
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| IntersectedLineAndSegment |
Returns a boolean value indicating whether a line and a segment intersect.
| |
| IntersectedSegments(CvLineSegmentPoint) |
Returns a boolean value indicating whether the specified two segments intersect.
| |
| IntersectedSegments(CvLineSegmentPoint, CvLineSegmentPoint) |
Returns a boolean value indicating whether the specified two segments intersect.
| |
| Length | ||
| LineAndSegmentIntersection |
Calculates a intersection of a line and a segment
| |
| LineIntersection(CvLineSegmentPoint) |
Calculates a intersection of the specified two lines
| |
| LineIntersection(CvLineSegmentPoint, CvLineSegmentPoint) |
Calculates a intersection of the specified two lines
| |
| Offset(CvPoint) |
Translates the Point by the specified amount.
| |
| Offset(Int32, Int32) |
Translates the Point by the specified amount.
| |
| SegmentIntersection(CvLineSegmentPoint) |
Calculates a intersection of the specified two segments
| |
| SegmentIntersection(CvLineSegmentPoint, CvLineSegmentPoint) |
Calculates a intersection of the specified two segments
| |
| ToString |
Converts this object to a human readable string.
(Overrides ValueTypeToString.) |
See Also