Class TPointObject

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TPointObject = class(TObject)

Description

Hierarchy

Overview

Fields

Public Location: TPointd;

Methods

Private function GetXYZLocation: TXYZLocation;
Private Procedure SetXYZLocation(ALocation: TXYZLocation);

Properties

Public property X: extended read Location[0] write Location[0];
Public property Y: extended read Location[1] write Location[1];
Public property Z: extended read Location[2] write Location[2];
Public property XYZLocation: TXYZLocation read GetXYZLocation write SetXYZLocation;

Description

Fields

Public Location: TPointd;
 

Methods

Private function GetXYZLocation: TXYZLocation;
 
Private Procedure SetXYZLocation(ALocation: TXYZLocation);
 

Properties

Public property X: extended read Location[0] write Location[0];
 
Public property Y: extended read Location[1] write Location[1];
 
Public property Z: extended read Location[2] write Location[2];
 
Public property XYZLocation: TXYZLocation read GetXYZLocation write SetXYZLocation;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:42:03