IFuzzySet.LineSegmentIntersects(TFzyFloat,TFzyFloat,TFzyFloat,TFzyFloat,TFzyFloat,TFzyFloat,TFzyFloat,TFzyFloat,TFzyFloat,TFzyFloat) Method |
Scroll Prev Top Next More |
Determines if two lines intersect. The Last1X, Last1Y, Current1X, and Current1Y define the end points for one line segment and Last2X, Last2Y, Current2X, Current2Y define the other line segment
Namespace: FuzzyInterfaces
Delphi |
public |
Parameters
Last1X
Type: TFzyFloat
Last1Y
Type: TFzyFloat
Current1X
Type: TFzyFloat
Current1Y
Type: TFzyFloat
Last2X
Type: TFzyFloat
Last2Y
Type: TFzyFloat
Current2X
Type: TFzyFloat
Current2Y
Type: TFzyFloat
ResultX
Type: TFzyFloat
ResultY
Type: TFzyFloat
Type: Boolean
Reference |