The CvLineSegmentPolar 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(CvLineSegmentPolar) |
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.) | |
LineIntersection(CvLineSegmentPolar) |
Calculates a intersection of the specified two lines
| |
LineIntersection(CvLineSegmentPolar, CvLineSegmentPolar) |
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