Class TSegmentObject

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSegmentObject = class(TObject)

Description

Hierarchy

Overview

Fields

Implicit StartLoc: TPointd;
Implicit EndLoc: TPointd;

Methods

Implicit function Length: extended;
Implicit function TwoDIntersection(ASegment: TSegmentObject; var Intersection: TPointd): boolean;
Implicit function Direction: TPointd;
Implicit function Parallel(const ASegment: TSegmentObject): boolean;
Implicit function Colinear(const ASegment: TSegmentObject): boolean;
Implicit function Contains(const ASegment: TSegmentObject): boolean;

Description

Fields

Implicit StartLoc: TPointd;
 
Implicit EndLoc: TPointd;
 

Methods

Implicit function Length: extended;
 
Implicit function TwoDIntersection(ASegment: TSegmentObject; var Intersection: TPointd): boolean;
 
Implicit function Direction: TPointd;
 
Implicit function Parallel(const ASegment: TSegmentObject): boolean;
 
Implicit function Colinear(const ASegment: TSegmentObject): boolean;
 
Implicit function Contains(const ASegment: TSegmentObject): boolean;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:31