Description | Hierarchy | Fields | Methods | Properties |
type TVertex = class(TObject)
![]() |
FX: extended; |
![]() |
FY: extended; |
![]() |
Moved: boolean; |
![]() |
procedure SetX(const Value: extended); |
![]() |
procedure SetY(const Value: extended); |
![]() |
function Copy: TVertex; |
![]() |
Constructor Create; |
![]() |
function DistanceToVertex(AVertex: TVertex): extended; |
![]() |
property X: extended read FX write SetX; |
![]() |
property Y: extended read FY write SetY; |
![]() |
FX: extended; |
![]() |
FY: extended; |
![]() |
Moved: boolean; |
![]() |
procedure SetX(const Value: extended); |
![]() |
procedure SetY(const Value: extended); |
![]() |
function Copy: TVertex; |
![]() |
Constructor Create; |
![]() |
function DistanceToVertex(AVertex: TVertex): extended; |
![]() |
property X: extended read FX write SetX; |
![]() |
property Y: extended read FY write SetY; |