CvLineSegmentPoint Methods OpenCvSharp Class Library

The CvLineSegmentPoint type exposes the following members.

Methods

  NameDescription
Public methodEquals(Object)
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(CvLineSegmentPoint)
Specifies whether this object contains the same members as the specified Object.
Public methodGetHashCode
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberIntersectedLineAndSegment
Returns a boolean value indicating whether a line and a segment intersect.
Public methodIntersectedSegments(CvLineSegmentPoint)
Returns a boolean value indicating whether the specified two segments intersect.
Public methodStatic memberIntersectedSegments(CvLineSegmentPoint, CvLineSegmentPoint)
Returns a boolean value indicating whether the specified two segments intersect.
Public methodLength
Public methodStatic memberLineAndSegmentIntersection
Calculates a intersection of a line and a segment
Public methodLineIntersection(CvLineSegmentPoint)
Calculates a intersection of the specified two lines
Public methodStatic memberLineIntersection(CvLineSegmentPoint, CvLineSegmentPoint)
Calculates a intersection of the specified two lines
Public methodOffset(CvPoint)
Translates the Point by the specified amount.
Public methodOffset(Int32, Int32)
Translates the Point by the specified amount.
Public methodSegmentIntersection(CvLineSegmentPoint)
Calculates a intersection of the specified two segments
Public methodStatic memberSegmentIntersection(CvLineSegmentPoint, CvLineSegmentPoint)
Calculates a intersection of the specified two segments
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Top
See Also

Reference