Record TFireLine

Hierarchy
Properties

Unit

Declaration

type TFireLine = record

Description

 

Overview

Fields

Public P1: TPoint;
Public P2: TPoint;

Methods

Public constructor Create(const X1, Y1, X2, Y2: Integer);
Public function Intersect(const L: TFireLine; var IntersectionPoint: TPoint): TFireLineIntersectType;
Public procedure Translate(const DX, DY: Integer);

Description

Fields

Public P1: TPoint;
 
Public P2: TPoint;
 

Methods

Public constructor Create(const X1, Y1, X2, Y2: Integer);
 
Public function Intersect(const L: TFireLine; var IntersectionPoint: TPoint): TFireLineIntersectType;
 
Public procedure Translate(const DX, DY: Integer);
 

Generated by PasDoc 0.15.0.