Class TIntersectionInfo
Unit
Declaration
type TIntersectionInfo = class(TObject)
Description
Contains an intersection between an horizontal line and any shape. It is used when filling shapes
Hierarchy
- TObject
- TIntersectionInfo
Overview
Fields
interX: single; |
|
numSegment: integer; |
|
winding: integer; |
Methods
procedure SetValues(AInterX: Single; AWinding, ANumSegment: integer); |
Description
Fields
interX: single; |
|
Horizontal position of the intersection |
numSegment: integer; |
|
Number identifying the current segment where the intersection was found |
winding: integer; |
|
|
Methods
procedure SetValues(AInterX: Single; AWinding, ANumSegment: integer); |
|
Sets the position and other information about the intersection |