| LineSegmentPolar Methods | 
The LineSegmentPolar type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals(Object) | 
            Specifies whether this object contains the same members as the specified Object.
            (Overrides ValueTypeEquals(Object).) | 
|  | Equals(LineSegmentPolar) | 
            Specifies whether this object contains the same members as the specified Object.
             | 
|  | GetHashCode | 
            Returns a hash code for this object.
            (Overrides ValueTypeGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | LineIntersection(LineSegmentPolar) | 
            Calculates a intersection of the specified two lines
             | 
|   | LineIntersection(LineSegmentPolar, LineSegmentPolar) | 
            Calculates a intersection of the specified two lines
             | 
|  | ToSegmentPoint | 
            CvLineSegmentPointに変換する
             | 
|  | ToSegmentPointX | 
            指定したx座標を両端とするような線分に変換する
             | 
|  | ToSegmentPointY | 
            指定したy座標を両端とするような線分に変換する
             | 
|  | ToString | 
            Converts this object to a human readable string.
            (Overrides ValueTypeToString.) | 
|  | XPosOfLine | 
            指定したy座標を通るときのx座標を求める
             | 
|  | YPosOfLine | 
            指定したx座標を通るときのy座標を求める
             | 
 See Also
See Also