record T2DBlock

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type T2DBlock = record

Description

T2DBlock delineates a region of space. T2DBlock's are used to perform a search for locations inside a TRbwQuadTree.

  T3DBlock = record
    XMax : double;
    XMin : double;
    YMax : double;
    YMin : double;
  end;
  

Overview

Fields

XMax: double;
XMin: double;
YMax: double;
YMin: double;

Description

Fields

XMax: double;

XMax is the maximum coordinate in the X direction to be included in the search.

XMin: double;

XMin is the minimum coordinate in the X direction to be included in the search.

YMax: double;

YMax is the maximum coordinate in the Y direction to be included in the search.

YMin: double;

YMin is the minimum coordinate in the Y direction to be included in the search.


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