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

Overview

Fields

Public interX: single;
Public numSegment: integer;
Public winding: integer;

Methods

Public procedure SetValues(AInterX: Single; AWinding, ANumSegment: integer);

Description

Fields

Public interX: single;

Horizontal position of the intersection

Public numSegment: integer;

Number identifying the current segment where the intersection was found

Public winding: integer;

Winding count

Methods

Public procedure SetValues(AInterX: Single; AWinding, ANumSegment: integer);

Sets the position and other information about the intersection