Click or drag to resize

LineSegmentPolar Methods

The LineSegmentPolar 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(LineSegmentPolar)
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
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLineIntersection(LineSegmentPolar)
Calculates a intersection of the specified two lines
Public methodStatic memberLineIntersection(LineSegmentPolar, LineSegmentPolar)
Calculates a intersection of the specified two lines
Public methodToSegmentPoint
CvLineSegmentPointに変換する
Public methodToSegmentPointX
指定したx座標を両端とするような線分に変換する
Public methodToSegmentPointY
指定したy座標を両端とするような線分に変換する
Public methodToString
Converts this object to a human readable string.
(Overrides ValueTypeToString.)
Public methodXPosOfLine
指定したy座標を通るときのx座標を求める
Public methodYPosOfLine
指定したx座標を通るときのy座標を求める
Top
See Also