Record TFireLine
Unit
Declaration
type TFireLine = record
Description
Overview
Fields
P1: TPoint; |
|
P2: TPoint; |
Methods
constructor Create(const X1, Y1, X2, Y2: Integer); |
|
function Intersect(const L: TFireLine; var IntersectionPoint: TPoint): TFireLineIntersectType; |
|
procedure Translate(const DX, DY: Integer); |
Description
Fields
P1: TPoint; |
|
P2: TPoint; |
|
Methods
constructor Create(const X1, Y1, X2, Y2: Integer); |
|
function Intersect(const L: TFireLine; var IntersectionPoint: TPoint): TFireLineIntersectType; |
|
procedure Translate(const DX, DY: Integer); |
|
Generated by PasDoc 0.15.0.