Record TLineDef
Unit
Declaration
type TLineDef = record
Description
Defition of a line in the euclidian plane
Overview
Fields
![]() |
origin: TPointF; |
![]() |
dir: TPointF; |
Description
Fields
![]() |
origin: TPointF; |
|
Some point in the line | |
![]() |
dir: TPointF; |
|
Vector indicating the direction | |
